fixed compose

This commit is contained in:
nefrace 2023-09-10 13:44:25 +03:00
parent 09d7496c93
commit 82f49079ab
1 changed files with 8 additions and 8 deletions

View File

@ -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: