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" - "3000:80"
volumes: volumes:
- ../frontend/build:/app:ro - ../frontend/build:/app:ro
healthcheck: depends_on:
test: wget --no-verbose --tries=1 --spider http://localhost/health || exit 1 unleash:
interval: 1s condition: service_healthy
timeout: 1m
retries: 5
start_period: 45s
unleash: unleash:
image: unleashorg/unleash-enterprise:latest image: unleashorg/unleash-enterprise:latest
pull_policy: "always" pull_policy: "always"