mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user