Move some more nextcloud components to ZFS
This commit is contained in:
parent
58605c1c24
commit
0ca3f36f7a
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- DOCKER_MODS=theorangeone/docker-mod-nginx-auto:latest
|
- DOCKER_MODS=theorangeone/docker-mod-nginx-auto:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./apps:/config/www/nextcloud/apps
|
- "{{ app_data_dir }}/nextcloud/apps:/config/www/nextcloud/apps"
|
||||||
- ./config.php:/config/www/nextcloud/config/config.php
|
- "{{ app_data_dir }}/nextcloud/config.php:/config/www/nextcloud/config/config.php"
|
||||||
- /srv/nextcloud-data/data:/data
|
- /srv/nextcloud-data/data:/data
|
||||||
- /mnt/media:/content:ro
|
- /mnt/media:/content:ro
|
||||||
- /mnt/tank/files:/mnt/files
|
- /mnt/tank/files:/mnt/files
|
||||||
|
@ -45,7 +45,7 @@ services:
|
||||||
image: redis:6-alpine
|
image: redis:6-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis:/data
|
- /mnt/tank/dbs/redis/nextcloud:/data
|
||||||
|
|
||||||
collabora:
|
collabora:
|
||||||
image: collabora/code:latest
|
image: collabora/code:latest
|
||||||
|
|
Loading…
Reference in a new issue