remove references to .env in docker-compose

This commit is contained in:
Cassie Tarakajian 2018-08-09 14:12:17 -04:00
parent 549d622c6f
commit 27c9ea8939
1 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ services:
ports:
- '27017:27017'
# restart: always
env_file:
- "$PWD/.env"
# env_file:
# - "$PWD/.env"
nginx:
image: nginx:1.13
volumes:
@ -27,8 +27,8 @@ services:
context: .
dockerfile: Dockerfile
target: production
env_file:
- "$PWD/.env"
# env_file:
# - "$PWD/.env"
environment:
- MONGO_URL=mongodb://mongo:27017/p5js-web-editor
- MONGO_HOSTNAME=mongo