diff --git a/docker-compose.yml b/docker-compose.yml index c9f1e88..eb67657 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,11 +32,11 @@ services: volumes: - pgdata:/var/lib/postgresql/data restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] - interval: 10s - timeout: 5s - retries: 5 + # healthcheck: + # test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] + # interval: 10s + # timeout: 5s + # retries: 5 networks: - internal