Merge branch 'master' of git.nefrace.ru:nefrace/KickerBot
This commit is contained in:
commit
4afbc2564b
|
@ -10,7 +10,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- bot.env
|
- bot.env
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo:4
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- mongo.env
|
- mongo.env
|
||||||
|
@ -20,13 +20,13 @@ services:
|
||||||
- mongodata:/data/db
|
- mongodata:/data/db
|
||||||
- mongoconfig:/data/configdb
|
- mongoconfig:/data/configdb
|
||||||
|
|
||||||
mongo-express:
|
# mongo-express:
|
||||||
image: mongo-express
|
# image: mongo-express
|
||||||
restart: always
|
# restart: always
|
||||||
ports:
|
# ports:
|
||||||
- ${HOST}:8090:8081
|
# - ${HOST}:8090:8081
|
||||||
env_file:
|
# env_file:
|
||||||
- mongo.env
|
# - mongo.env
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongodata:
|
mongodata:
|
||||||
|
|
Loading…
Reference in New Issue