From 5ed01f7645676917b4c53054711459a75e006026 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 7 Dec 2018 21:16:54 -0500 Subject: [PATCH] Back to production and added some comments --- templates/Snipe-IT/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index 98f468a..98b2ad9 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -9,10 +9,10 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - APP_ENV: development # "development" or "production" - APP_DEBUG: true + APP_ENV: production # "development" or "production" + APP_DEBUG: false {{- if .Values.TRAEFIK_HOST}} - APP_URL: https://${TRAEFIK_HOST} + APP_URL: https://${TRAEFIK_HOST} # No port number needed {{- else}} APP_URL: http://localhost {{- end}}