Added NGINX from env file and updated env-example

This commit is contained in:
Marius van Zundert
2017-02-27 14:11:16 +01:00
parent c112fdffc1
commit 356dc36fd5
2 changed files with 5 additions and 6 deletions

View File

@ -82,9 +82,9 @@ services:
- PHP_UPSTREAM=php-fpm
volumes_from:
- applications
volumes:
- ./logs/nginx/:/var/log/nginx
- ./nginx/sites/:/etc/nginx/sites-available
volumes:
- ${NGINX_HOST_LOG_PATH}:/var/log/nginx
- ${NGINX_SITES_PATH}:/etc/nginx/sites-available
ports:
- "80:80"
- "443:443"