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: