Added Rancher questions for switching into debugging

This commit is contained in:
William Miceli
2019-06-14 19:58:43 -04:00
parent eaa89694a8
commit c2b6559d64
2 changed files with 26 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ services:
- 2606:4700:4700::1111
- 2606:4700:4700::1001
environment:
APP_ENV: production # [ development | production ]
APP_DEBUG: false
APP_ENV: ${ENVIRONMENT} # [ development | production ]
APP_DEBUG: ${DEBUG}
APP_URL: https://${TRAEFIK_HOST} # No port number needed
APP_KEY: ${APP_KEY}
MYSQL_HOST: mysql