Изменил(а) на 'docker-compose.yml'

This commit is contained in:
nefrace 2023-09-27 15:24:33 +03:00
parent 15d5321704
commit 70385fd500
1 changed files with 1 additions and 9 deletions

View File

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