Изменил(а) на 'docker-compose.yml'
This commit is contained in:
parent
15d5321704
commit
70385fd500
|
@ -15,19 +15,11 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- mongo.env
|
- mongo.env
|
||||||
ports:
|
ports:
|
||||||
- ${HOST}:28003:27017
|
- 27017
|
||||||
volumes:
|
volumes:
|
||||||
- mongodata:/data/db
|
- mongodata:/data/db
|
||||||
- mongoconfig:/data/configdb
|
- mongoconfig:/data/configdb
|
||||||
|
|
||||||
# mongo-express:
|
|
||||||
# image: mongo-express
|
|
||||||
# restart: always
|
|
||||||
# ports:
|
|
||||||
# - ${HOST}:8090:8081
|
|
||||||
# env_file:
|
|
||||||
# - mongo.env
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongodata:
|
mongodata:
|
||||||
mongoconfig:
|
mongoconfig:
|
||||||
|
|
Loading…
Reference in New Issue