docker compose override for local without affecting coolify

This commit is contained in:
Lucas Tettamanti
2026-01-27 03:13:44 -03:00
parent 1e84d19db8
commit 2f8e267268
3 changed files with 12 additions and 63 deletions

View File

@@ -33,7 +33,7 @@ services:
volumes:
- db_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-botino}"]
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-botino} -d ${POSTGRES_DB:-botino}"]
interval: 10s
timeout: 5s
retries: 5