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"
|
- "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"
|
||||||
|
Loading…
Reference in New Issue
Block a user