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:
@@ -7,9 +7,6 @@ services:
|
|||||||
image: ${DOCKER_REGISTRY:-}nextcloud:latest
|
image: ${DOCKER_REGISTRY:-}nextcloud:latest
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
networks:
|
|
||||||
- nextcloud_network
|
|
||||||
- pihole_pihole
|
|
||||||
ports:
|
ports:
|
||||||
- target: 80
|
- target: 80
|
||||||
published: 8134
|
published: 8134
|
||||||
@@ -50,8 +47,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
image: ${DOCKER_REGISTRY:-}yobasystems/alpine-mariadb:latest
|
image: ${DOCKER_REGISTRY:-}yobasystems/alpine-mariadb:latest
|
||||||
networks:
|
|
||||||
- nextcloud_network
|
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb:/var/lib/mysql
|
- mariadb:/var/lib/mysql
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
@@ -66,8 +61,6 @@ services:
|
|||||||
- node.role == manager
|
- node.role == manager
|
||||||
redis:
|
redis:
|
||||||
image: ${DOCKER_REGISTRY:-}redis:alpine
|
image: ${DOCKER_REGISTRY:-}redis:alpine
|
||||||
networks:
|
|
||||||
- nextcloud_network
|
|
||||||
volumes:
|
volumes:
|
||||||
- redis:/data
|
- redis:/data
|
||||||
deploy:
|
deploy:
|
||||||
@@ -96,8 +89,6 @@ services:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: ingress
|
mode: ingress
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
|
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
|
||||||
networks:
|
|
||||||
- nextcloud_network
|
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
wud.watch: 'true'
|
wud.watch: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user