From deb3a678f9eed0d2dca144244049d081098b079b Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 11 Apr 2026 23:15:26 -0400 Subject: [PATCH] Fix: Add repos volume mapping for GitOps functionality --- nodes/heimdall/core/compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/heimdall/core/compose.yaml b/nodes/heimdall/core/compose.yaml index 111a6b8..7c58791 100644 --- a/nodes/heimdall/core/compose.yaml +++ b/nodes/heimdall/core/compose.yaml @@ -126,6 +126,7 @@ services: volumes: - /mnt/appdata/komodo/keys:/config/keys - /mnt/appdata/komodo/backups:/backups + - /mnt/appdata/komodo/heimdall/repos:/etc/komodo/repos labels: - komodo.skip - "traefik.enable=true" @@ -156,6 +157,8 @@ services: - /mnt/appdata/komodo/heimdall/keys:/config/keys # Map the internal /etc/komodo to a unique work folder for this node - /mnt/appdata/komodo/heimdall/work:/etc/komodo + # Map the repo clone directory (Critical for GitOps) + - /mnt/appdata/komodo/heimdall/repos:/etc/komodo/repos networks: proxy-net: