update homepage and ddns to use gluster shared storage
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
aaf3b84e02
commit
cd71593678
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
}
|
||||
volumes:
|
||||
# Gluster Path for HA
|
||||
- /mnt/shared/ddns:/updater/data
|
||||
- /shared/ddns:/updater/data
|
||||
networks:
|
||||
- ddns_external # Talk to Traefik
|
||||
labels:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
# Gluster Path for HA
|
||||
- /mnt/shared/homepage/config:/app/config
|
||||
- /shared/homepage/config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- home_internal
|
||||
|
|
|
|||
Loading…
Reference in a new issue