Formatting updates

This commit is contained in:
WilliamMiceli
2018-06-28 06:26:26 -04:00
parent ea4fb1a4c3
commit 9ed4298d51
2 changed files with 19 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ services:
environment:
APP_ENV: production
APP_DEBUG: false
APP_URL: http://localhost:${WEB_PORT}
APP_URL: http://localhost:${HTTP_PORT}
APP_CIPHER: AES-256-CBC
APP_KEY: ${APP_KEY}
DB_STRICT: false
@@ -39,7 +39,7 @@ services:
environment:
APP_ENV: production
APP_DEBUG: false
APP_URL: http://localhost:${WEB_PORT}
APP_URL: http://localhost:${HTTP_PORT}
APP_CIPHER: AES-256-CBC
APP_KEY: ${APP_KEY}
DB_STRICT: false
@@ -79,7 +79,7 @@ services:
links:
- app
ports:
- "${WEB_PORT}:80"
- "${HTTP_PORT}:80"
restart: on-failure
volumes:
- ${STORAGE_BASE_DIR}${CONFIG_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro