update homepage and ddns to use gluster shared storage
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-05 16:08:12 -07:00
parent aaf3b84e02
commit cd71593678
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ services:
} }
volumes: volumes:
# Gluster Path for HA # Gluster Path for HA
- /mnt/shared/ddns:/updater/data - /shared/ddns:/updater/data
networks: networks:
- ddns_external # Talk to Traefik - ddns_external # Talk to Traefik
labels: labels:

View file

@ -5,7 +5,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
# Gluster Path for HA # Gluster Path for HA
- /mnt/shared/homepage/config:/app/config - /shared/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
networks: networks:
- home_internal - home_internal