From e4170e82818b0a0f07f2494fb52ae1d0973088da Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Apr 2026 13:01:30 -0400 Subject: [PATCH] chore: add container_name for postgresql service in compose.yaml Co-authored-by: Copilot --- nodes/heimdall/zipline/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/heimdall/zipline/compose.yaml b/nodes/heimdall/zipline/compose.yaml index ebabf97..e560c32 100644 --- a/nodes/heimdall/zipline/compose.yaml +++ b/nodes/heimdall/zipline/compose.yaml @@ -1,6 +1,7 @@ services: postgresql: image: postgres:16 + container_name: zipline-postgresql restart: unless-stopped networks: - proxy-net