From e46a634db466484a28c79a5a1550b38dc316e108 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 7 Jul 2026 10:48:44 -0400 Subject: [PATCH] refactor: remove unnecessary comments from compose.yaml --- nodes/heimdall/authentik/compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nodes/heimdall/authentik/compose.yaml b/nodes/heimdall/authentik/compose.yaml index 16a679f..f6dbb11 100644 --- a/nodes/heimdall/authentik/compose.yaml +++ b/nodes/heimdall/authentik/compose.yaml @@ -1,14 +1,8 @@ -############################################################### -# Networks -############################################################### networks: proxy-net: name: proxy-net external: true -############################################################### -# Services -############################################################### services: postgresql: image: docker.io/library/postgres:16-alpine