fix: remove service_healthy depends_on condition (podman-compose compat) v2.2.16

This commit is contained in:
Christian 2026-03-01 23:30:46 +01:00
parent aa7b0894af
commit 2fc8a1adce
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
2.2.15
2.2.16

View File

@ -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: