This commit is contained in:
2025-12-06 00:29:45 +01:00
parent 630946ad99
commit a428b50ecd

View File

@@ -1,15 +1,7 @@
networks:
nextcloud_network:
ipam:
config:
- subnet: 192.168.80.0/28
driver: default
pihole_pihole:
external: true
services: services:
app: app:
dns: dns:
- 192.168.78.254 - 192.168.77.101
env_file: env_file:
- stack.env - stack.env
image: ${DOCKER_REGISTRY:-}nextcloud:latest image: ${DOCKER_REGISTRY:-}nextcloud:latest
@@ -35,7 +27,7 @@ services:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'
com.centurylinklabs.watchtower.lifecycle.post-update: apt update;apt install com.centurylinklabs.watchtower.lifecycle.post-update: apt update;apt install
-y smbclient;chown -R www-data:www-data /var/www/html -y smbclient;chown -R www-data:www-data /var/www/html
homepage.container: nextcloud-app-1 homepage.container: nextcloud_app
homepage.description: Cloud server homepage.description: Cloud server
homepage.group: Infrastructure homepage.group: Infrastructure
homepage.href: https://nc.sectorq.eu homepage.href: https://nc.sectorq.eu