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:
parent
c889e5a4f5
commit
8489d25f1e
9
.github/docker-compose.test.yml
vendored
9
.github/docker-compose.test.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user