Testing without port
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user