Fix: Add repos volume mapping for GitOps functionality

This commit is contained in:
nathan 2026-04-11 23:15:26 -04:00
parent 5789ec18ed
commit deb3a678f9

View File

@ -126,6 +126,7 @@ services:
volumes: volumes:
- /mnt/appdata/komodo/keys:/config/keys - /mnt/appdata/komodo/keys:/config/keys
- /mnt/appdata/komodo/backups:/backups - /mnt/appdata/komodo/backups:/backups
- /mnt/appdata/komodo/heimdall/repos:/etc/komodo/repos
labels: labels:
- komodo.skip - komodo.skip
- "traefik.enable=true" - "traefik.enable=true"
@ -156,6 +157,8 @@ services:
- /mnt/appdata/komodo/heimdall/keys:/config/keys - /mnt/appdata/komodo/heimdall/keys:/config/keys
# Map the internal /etc/komodo to a unique work folder for this node # Map the internal /etc/komodo to a unique work folder for this node
- /mnt/appdata/komodo/heimdall/work:/etc/komodo - /mnt/appdata/komodo/heimdall/work:/etc/komodo
# Map the repo clone directory (Critical for GitOps)
- /mnt/appdata/komodo/heimdall/repos:/etc/komodo/repos
networks: networks:
proxy-net: proxy-net: