Testing without port
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
{{- if .Values.TRAEFIK_HOST}}
|
{{- if .Values.TRAEFIK_HOST}}
|
||||||
APP_URL: https://${TRAEFIK_HOST}:80
|
APP_URL: https://${TRAEFIK_HOST}
|
||||||
{{- else}}
|
{{- else}}
|
||||||
APP_URL: http://localhost:${WEB_PORT}
|
APP_URL: http://localhost:${WEB_PORT}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|||||||
Reference in New Issue
Block a user