delete the .env file

making the central editing place is the docker-compose.yml file
This commit is contained in:
Mahmoud Zalt 2016-07-24 23:11:33 +03:00
parent f97f0b0d11
commit 28a2d8e072
2 changed files with 2 additions and 4 deletions

2
.env
View File

@ -1,2 +0,0 @@
INSTALL_PRESTISSIMO=false
PHP_PROCESS_MANAGER=php-fpm

View File

@ -8,7 +8,7 @@ services:
build:
context: ./nginx
args:
- PHP_UPSTREAM=${PHP_PROCESS_MANAGER}
- PHP_UPSTREAM=php-fpm
volumes_from:
- volumes_source
volumes:
@ -17,7 +17,7 @@ services:
- "80:80"
- "443:443"
links:
- ${PHP_PROCESS_MANAGER}
- php-fpm
### PHP-FPM Container #######################################