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}
|
||||
container_name: bmc-hub-api-${STACK_NAME:-prod}
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
- postgres
|
||||
ports:
|
||||
- "${API_PORT:-8000}:8000"
|
||||
volumes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user