remove references to .env in docker-compose
This commit is contained in:
parent
549d622c6f
commit
27c9ea8939
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue