Added MongoStorage for FSM

This commit is contained in:
Rishat Fayzullin 2024-03-06 22:45:09 +03:00
parent 329c7f4c97
commit a5ccf28498
11 changed files with 312 additions and 102 deletions

View file

@ -5,3 +5,11 @@ services:
image: redis:6-alpine
ports:
- "${REDIS_PORT-6379}:6379"
mongo:
image: mongo:7.0.6
environment:
MONGO_INITDB_ROOT_USERNAME: mongo
MONGO_INITDB_ROOT_PASSWORD: mongo
ports:
- "${MONGODB_PORT-27017}:27017"