Update nextfamhistweb/docker-compose.yml
Move storage volume from VALHALLA to glusterfs shared storage on production cluster
This commit is contained in:
@@ -7,17 +7,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8887:80
|
- 8887:80
|
||||||
volumes:
|
volumes:
|
||||||
- nas-share:/usr/local/apache2/htdocs
|
- /media/gv0/WebSites/NextFamHist:/usr/local/apache2/htdocs
|
||||||
networks:
|
networks:
|
||||||
- caddy_net
|
- caddy_net
|
||||||
|
|
||||||
volumes:
|
|
||||||
nas-share:
|
|
||||||
driver_opts:
|
|
||||||
type: cifs
|
|
||||||
o: "username=admin,password=Gerald1927"
|
|
||||||
device: "//192.168.1.7/TestFamilyWebSite/"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
caddy_net:
|
caddy_net:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user