From c2bb2b9b6405618a7582d9fccefbe724110e9421 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sun, 24 Jun 2018 19:13:35 -0400 Subject: [PATCH] Maybe Not --- templates/invoice-ninja/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/invoice-ninja/0/docker-compose.yml b/templates/invoice-ninja/0/docker-compose.yml index a481774..017e815 100644 --- a/templates/invoice-ninja/0/docker-compose.yml +++ b/templates/invoice-ninja/0/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: app: image: invoiceninja/invoiceninja - env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env + env_file: .env labels: io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE} io.rancher.sidekicks: cron, web @@ -25,7 +25,7 @@ services: sleep 1h done EOF' - env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env + env_file: .env labels: io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE} links: @@ -35,7 +35,7 @@ services: - app db: image: mysql - env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env + env_file: .env labels: io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE} restart: on-failure