mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34: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:
|
||||
app:
|
||||
dns:
|
||||
- 192.168.78.254
|
||||
- 192.168.77.101
|
||||
env_file:
|
||||
- stack.env
|
||||
image: ${DOCKER_REGISTRY:-}nextcloud:latest
|
||||
@@ -35,7 +27,7 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
com.centurylinklabs.watchtower.lifecycle.post-update: apt update;apt install
|
||||
-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.group: Infrastructure
|
||||
homepage.href: https://nc.sectorq.eu
|
||||
|
||||
Reference in New Issue
Block a user