fix: remove service_healthy depends_on condition (podman-compose compat) v2.2.16
This commit is contained in:
parent
aa7b0894af
commit
2fc8a1adce
@ -38,8 +38,7 @@ services:
|
|||||||
GITHUB_REPO: ${GITHUB_REPO:-ct/bmc_hub}
|
GITHUB_REPO: ${GITHUB_REPO:-ct/bmc_hub}
|
||||||
container_name: bmc-hub-api-${STACK_NAME:-prod}
|
container_name: bmc-hub-api-${STACK_NAME:-prod}
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
- postgres
|
||||||
condition: service_healthy
|
|
||||||
ports:
|
ports:
|
||||||
- "${API_PORT:-8000}:8000"
|
- "${API_PORT:-8000}:8000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user