This commit is contained in:
William Miceli
2018-03-27 16:02:32 -04:00
parent 907e934e38
commit 8e16e91a0d

View File

@@ -39,16 +39,16 @@ services:
ports: ports:
- "8000:80" - "8000:80"
volumes: volumes:
- type: volume - type: 'volume'
source: ${VOLUME_WEB} source: ${VOLUME_WEB}
target: /etc/nginx/nginx.conf target: '/etc/nginx/nginx.conf'
read_only: true read_only: 'true'
volume: volume:
nocopy: true nocopy: 'true'
volumes_from: volumes_from:
- app - app
environment: environment:
- APP_DEBUG='0' - APP_DEBUG=0
- APP_ENV='production' - APP_ENV='production'
- APP_URL=${APP_URL} - APP_URL=${APP_URL}
- APP_KEY=${APP_KEY} - APP_KEY=${APP_KEY}