comment out .env file
This commit is contained in:
parent
f6f8e145d1
commit
ffeb900d89
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '27017:27017'
|
- '27017:27017'
|
||||||
# restart: always
|
# restart: always
|
||||||
env_file:
|
# env_file:
|
||||||
- .env
|
# - .env
|
||||||
nginx:
|
nginx:
|
||||||
build: ./nginx
|
build: ./nginx
|
||||||
ports:
|
ports:
|
||||||
|
@ -21,8 +21,8 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: production
|
target: production
|
||||||
env_file:
|
# env_file:
|
||||||
- .env
|
# - .env
|
||||||
environment:
|
environment:
|
||||||
- MONGO_URL=mongodb://mongo:27017/p5js-web-editor
|
- MONGO_URL=mongodb://mongo:27017/p5js-web-editor
|
||||||
- MONGO_HOSTNAME=mongo
|
- MONGO_HOSTNAME=mongo
|
||||||
|
|
Loading…
Reference in a new issue