mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
vhaudiquetfr: updated volumes
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
|||||||
- NGINX_HOST=vhaudiquet.fr
|
- NGINX_HOST=vhaudiquet.fr
|
||||||
- NGINX_PORT=80
|
- NGINX_PORT=80
|
||||||
volumes:
|
volumes:
|
||||||
|
- files:/usr/share/nginx/html/files
|
||||||
- public:/usr/share/nginx/html/public
|
- public:/usr/share/nginx/html/public
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -22,8 +23,14 @@ networks:
|
|||||||
name: proxy
|
name: proxy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
files:
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
type: 'none'
|
||||||
|
o: 'bind'
|
||||||
|
device: '/app/vhaudiquetfr/files'
|
||||||
public:
|
public:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: 'nfs'
|
type: 'nfs'
|
||||||
o: 'addr=truenas.local'
|
o: 'addr=truenas.lan'
|
||||||
device: ':/mnt/main_storage/public'
|
device: ':/mnt/main_storage/public'
|
||||||
Reference in New Issue
Block a user