From a2310c7f55153652cc6a713339779ab6e6e53fd6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 21 Jun 2026 15:49:15 -0400 Subject: [PATCH] fix: add jobsquatch-internal network to db service in compose.yaml --- nodes/heimdall/jobsquatch-alpha/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: