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:
|
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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue