comment out .env file

This commit is contained in:
Cassie Tarakajian 2018-06-26 14:50:21 -07:00
parent f6f8e145d1
commit ffeb900d89
1 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ services:
ports:
- '27017:27017'
# restart: always
env_file:
- .env
# env_file:
# - .env
nginx:
build: ./nginx
ports:
@ -21,8 +21,8 @@ services:
context: .
dockerfile: Dockerfile
target: production
env_file:
- .env
# env_file:
# - .env
environment:
- MONGO_URL=mongodb://mongo:27017/p5js-web-editor
- MONGO_HOSTNAME=mongo