Port seemingly required. Added URL without traefik
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user