fix: add jobsquatch-internal network to db service in compose.yaml
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-06-21 15:49:15 -04:00
parent 9182faa997
commit a2310c7f55

View File

@ -6,6 +6,8 @@ services:
POSTGRES_DB: jobsquatch POSTGRES_DB: jobsquatch
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD must be set} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD must be set}
networks:
- jobsquatch-internal
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
healthcheck: healthcheck: