diff --git a/nodes/heimdall/jobsquatch-alpha/compose.yaml b/nodes/heimdall/jobsquatch-alpha/compose.yaml index f5fe9c5..eec4c19 100644 --- a/nodes/heimdall/jobsquatch-alpha/compose.yaml +++ b/nodes/heimdall/jobsquatch-alpha/compose.yaml @@ -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: