troubleshoot docker-compose

This commit is contained in:
2026-06-15 14:25:18 -05:00
parent b0a3d74412
commit 65996c2c0a

View File

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