Turned APP_DEBUG off
This commit is contained in:
@@ -9,15 +9,14 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
# APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: true
|
APP_DEBUG: false
|
||||||
APP_URL: ${URL}:${WEB_PORT}
|
APP_URL: ${URL}:${WEB_PORT}
|
||||||
APP_KEY: ${APP_KEY}
|
APP_KEY: ${APP_KEY}
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
MYSQL_DATABASE: snipeit
|
MYSQL_DATABASE: snipeit
|
||||||
MYSQL_USER: snipe_user
|
MYSQL_USER: snipe_user
|
||||||
MYSQL_PASSWORD: ${DB_USER_PASS}
|
MYSQL_PASSWORD: ${DB_USER_PASS}
|
||||||
APP_ENV:
|
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
{{- if .Values.HOST_LABEL}}
|
{{- if .Values.HOST_LABEL}}
|
||||||
|
|||||||
Reference in New Issue
Block a user