diff --git a/compose.yml b/compose.yml index 52b4f0c..01f55e3 100644 --- a/compose.yml +++ b/compose.yml @@ -151,7 +151,7 @@ services: redis: condition: service_started postgres: - condition: service_started + condition: service_healthy init: condition: service_completed_successfully @@ -214,7 +214,7 @@ services: command: "server --config=/data/config.yaml" depends_on: postgres: - condition: service_started + condition: service_healthy init: condition: service_completed_successfully