Added protocol

This commit is contained in:
WilliamMiceli
2018-12-07 19:32:13 -05:00
parent 9341fcc27c
commit 50528b4f1f

View File

@@ -12,9 +12,9 @@ services:
APP_ENV: production APP_ENV: production
APP_DEBUG: false APP_DEBUG: false
{{- if .Values.TRAEFIK_HOST}} {{- if .Values.TRAEFIK_HOST}}
APP_URL: ${TRAEFIK_HOST}:80 APP_URL: https://${TRAEFIK_HOST}:80
{{- else}} {{- else}}
APP_URL: localhost:${WEB_PORT} APP_URL: http://localhost:${WEB_PORT}
{{- end}} {{- end}}
APP_KEY: ${APP_KEY} APP_KEY: ${APP_KEY}
MYSQL_HOST: mysql MYSQL_HOST: mysql