Testing without port

This commit is contained in:
WilliamMiceli
2018-12-07 19:41:50 -05:00
parent 50528b4f1f
commit 7bf444951c

View File

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