1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

Use depends on

This commit is contained in:
Gastón Fournier 2025-04-17 16:34:47 +02:00
parent c889e5a4f5
commit 8489d25f1e
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -22,12 +22,9 @@ services:
- "3000:80"
volumes:
- ../frontend/build:/app:ro
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost/health || exit 1
interval: 1s
timeout: 1m
retries: 5
start_period: 45s
depends_on:
unleash:
condition: service_healthy
unleash:
image: unleashorg/unleash-enterprise:latest
pull_policy: "always"