Forever was used instead of nodemon, variables were edited.
This commit is contained in:
@@ -22,9 +22,7 @@ services:
|
||||
container_name: mongo
|
||||
image: mongo:4.2.5
|
||||
restart: always
|
||||
environment:
|
||||
- MONGO_INITDB_ROOT_USERNAME=admin
|
||||
- MONGO_INITDB_ROOT_PASSWORD=anTis**664+..12895
|
||||
env_file: .env-mongo
|
||||
ports: ["27017:27017"]
|
||||
networks:
|
||||
- smarthome
|
||||
@@ -38,14 +36,9 @@ services:
|
||||
container_name: mongo-express
|
||||
image: mongo-express
|
||||
restart: always
|
||||
environment:
|
||||
- ME_CONFIG_MONGODB_ADMINUSERNAME=admin
|
||||
- ME_CONFIG_MONGODB_ADMINPASSWORD=anTis**664+..12895
|
||||
- ME_CONFIG_MONGODB_SERVER=mongo
|
||||
- ME_CONFIG_BASICAUTH_USERNAME=wisecolt
|
||||
- ME_CONFIG_BASICAUTH_PASSWORD=4noQ93GMQ6hJPgFdovjW
|
||||
ports:
|
||||
- "8081:8081"
|
||||
env_file: .env-mongo
|
||||
depends_on:
|
||||
- mongo
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user