From 5415f000168cc518b31afe8d8e8f6e10d24208ad Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 15 Oct 2018 15:18:01 -0400 Subject: [PATCH] Reverting to having Nginx as primary container --- templates/InvoiceNinja-TraefikFix/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml index d8a1665..3777955 100644 --- a/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml +++ b/templates/InvoiceNinja-TraefikFix/0/docker-compose.yml @@ -10,7 +10,6 @@ services: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} - io.rancher.sidekicks: cron links: - mysql restart: on-failure @@ -84,6 +83,7 @@ services: {{- else}} traefik.enable: false {{- end}} + io.rancher.sidekicks: app,cron links: - app networks: @@ -93,8 +93,8 @@ services: restart: on-failure volumes: - /RancherCattleConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro - - /RancherCattleData/${DATA_DIR}/Logo:/var/www/app/public/logo - - /RancherCattleData/${DATA_DIR}/Storage:/var/www/app/storage + volumes_from: + - app networks: public-proxy: