diff --git a/docker/common/db/.pgpool.yml b/docker/common/db/.pgpool.yml index ef8439ce502e..28eba3509a18 100644 --- a/docker/common/db/.pgpool.yml +++ b/docker/common/db/.pgpool.yml @@ -54,3 +54,8 @@ services: interval: 10s timeout: 5s retries: 5 + depends_on: + pg-0: + condition: service_healthy + pg-1: + condition: service_healthy