Port seemingly required. Added URL without traefik

This commit is contained in:
WilliamMiceli
2018-11-18 16:08:51 -05:00
parent 9206795fd4
commit 457cabf0cf

View File

@@ -11,7 +11,11 @@ services:
environment:
APP_ENV: production
APP_DEBUG: false
APP_URL: ${TRAEFIK_HOST}
{{- if .Values.TRAEFIK_HOST}}
APP_URL: ${TRAEFIK_HOST}:80
{{- else}}
APP_URL: localhost:${WEB_PORT}
{{- end}}
APP_KEY: ${APP_KEY}
MYSQL_HOST: mysql
MYSQL_DATABASE: snipeit