From 0cb7258eff5e038dbe00702807059b6bc8d7ec20 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 11 Jan 2019 16:54:09 -0500 Subject: [PATCH] Removed other networks, fixed Database --- templates/Nextcloud/0/docker-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index f805ecf..d352350 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -104,8 +104,6 @@ services: - collabora {{- end}} - nextcloud - networks: - - public-proxy {{- if .Values.WEB_PORT}} ports: - "${WEB_PORT}:80" @@ -136,15 +134,11 @@ services: io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} traefik.enable: false - networks: - db-admin: - aliases: - - nextcloud restart: on-failure volumes: - Localtime:/etc/localtime:ro # Syncronize time of container with the host system - Timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - mysql:/var/lib/mysql + - Database:/var/lib/mysql {{- if eq .Values.REDIS "true"}} redis: image: redis:alpine