Migration to Tongo, new logic for user storage #3

Merged
nefrace merged 19 commits from tongo into master 2023-09-10 13:10:33 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ebb8d3ca93 - Show all commits

View File

@ -15,7 +15,7 @@ services:
env_file:
- mongo.env
ports:
- 127.0.0.1:28002:27017
- ${HOST}:28003:27017
volumes:
- mongodata:/data/db
- mongoconfig:/data/configdb
@ -24,7 +24,7 @@ services:
image: mongo-express
restart: always
ports:
- 127.0.0.1:8088:8081
- ${HOST}:8090:8081
env_file:
- mongo.env