updated nextcloud stack
This commit is contained in:
@@ -15,7 +15,7 @@ volumes:
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=dockerstorage,nfsvers=4
|
||||
device: :/swarm/stacks/nextcloud/ncdata_tmp
|
||||
device: :/nextcloud_data
|
||||
|
||||
ncredis:
|
||||
driver_opts:
|
||||
@@ -29,6 +29,11 @@ volumes:
|
||||
o: addr=dockerstorage,nfsvers=4
|
||||
device: :/swarm/stacks/nextcloud/ncdatabase
|
||||
|
||||
pictures:
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=maurice,nfsvers=4
|
||||
device: :/pictures
|
||||
|
||||
|
||||
services:
|
||||
@@ -45,7 +50,7 @@ services:
|
||||
- ncdata:/var/www/html/data #/srv/dev-disk-by-label-disk1 needs to be adjusted
|
||||
- nchome:/var/www/html #/srv/dev-disk-by-label-disk1 needs to be adjusted
|
||||
# NAS shares
|
||||
#- /srv/dev-disk-by-uuid-f3ca381b-e85a-4348-8086-833317c5d96e/pictures:/pictures
|
||||
- pictures:/pictures
|
||||
#- /srv/dev-disk-by-uuid-f3ca381b-e85a-4348-8086-833317c5d96e/video:/video
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
Reference in New Issue
Block a user