|
@@ -5,11 +5,6 @@ volumes:
|
|
|
pihole_config_dnsmasq:
|
|
pihole_config_dnsmasq:
|
|
|
heimdall_config:
|
|
heimdall_config:
|
|
|
git_data:
|
|
git_data:
|
|
|
- nextcloud_data:
|
|
|
|
|
- driver_opts:
|
|
|
|
|
- type: nfs
|
|
|
|
|
- o: addr=10.10.20.254,rw,hard,user=nobody
|
|
|
|
|
- device: :/mnt/documents/files/cloud/
|
|
|
|
|
postgres_data:
|
|
postgres_data:
|
|
|
|
|
|
|
|
services:
|
|
services:
|
|
@@ -69,7 +64,7 @@ services:
|
|
|
ports:
|
|
ports:
|
|
|
- "10.10.20.252:80:80/tcp"
|
|
- "10.10.20.252:80:80/tcp"
|
|
|
volumes:
|
|
volumes:
|
|
|
- - nextcloud_data:/var/www/html
|
|
|
|
|
|
|
+ - /mnt/documents/files/cloud/:/var/www/html
|
|
|
environment:
|
|
environment:
|
|
|
- POSTGRES_DB=nextcloud
|
|
- POSTGRES_DB=nextcloud
|
|
|
- POSTGRES_USER=nextcloud
|
|
- POSTGRES_USER=nextcloud
|