updated nextcloud stack

This commit is contained in:
2023-01-23 16:09:01 +00:00
parent ce7a8d6fc8
commit 5c943aec90
+7 -2
View File
@@ -15,7 +15,7 @@ volumes:
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=dockerstorage,nfsvers=4 o: addr=dockerstorage,nfsvers=4
device: :/swarm/stacks/nextcloud/ncdata_tmp device: :/nextcloud_data
ncredis: ncredis:
driver_opts: driver_opts:
@@ -29,6 +29,11 @@ volumes:
o: addr=dockerstorage,nfsvers=4 o: addr=dockerstorage,nfsvers=4
device: :/swarm/stacks/nextcloud/ncdatabase device: :/swarm/stacks/nextcloud/ncdatabase
pictures:
driver_opts:
type: nfs
o: addr=maurice,nfsvers=4
device: :/pictures
services: services:
@@ -45,7 +50,7 @@ services:
- ncdata:/var/www/html/data #/srv/dev-disk-by-label-disk1 needs to be adjusted - 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 - nchome:/var/www/html #/srv/dev-disk-by-label-disk1 needs to be adjusted
# NAS shares # 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 #- /srv/dev-disk-by-uuid-f3ca381b-e85a-4348-8086-833317c5d96e/video:/video
depends_on: depends_on:
- mariadb - mariadb