fix: add jobsquatch-internal network to db service in compose.yaml
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
This commit is contained in:
parent
9182faa997
commit
a2310c7f55
@ -6,6 +6,8 @@ services:
|
||||
POSTGRES_DB: jobsquatch
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD must be set}
|
||||
networks:
|
||||
- jobsquatch-internal
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user