Move Peertube data to docker cifs mount
This commit is contained in:
parent
ac58cac2b8
commit
7490bd1099
@ -23,7 +23,8 @@ services:
|
||||
- "11935:1935" # Livestream RTMP port
|
||||
volumes:
|
||||
- assets:/app/client/dist
|
||||
- ${PEERTUBE_DATA_VOLUME}:/data
|
||||
- nas:/data
|
||||
#- ${PEERTUBE_DATA_VOLUME}:/data
|
||||
- ${PEERTUBE_CONFIG_VOLUME}:/config
|
||||
labels:
|
||||
- "traefik.http.routers.peertube.rule=Host(`video.jafner.net`)"
|
||||
@ -78,3 +79,9 @@ networks:
|
||||
|
||||
volumes:
|
||||
assets:
|
||||
nas:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: cifs
|
||||
device: //192.168.50.1/AppData
|
||||
o: "user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user