Add Telegram Auth and Dev mode

This commit is contained in:
IgorVolochay
2026-08-31 13:34:47 +03:00
parent 6c4ab4b2b4
commit 90ed19b2f6
6 changed files with 376 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
mongodb:
image: mongodb/mongodb-community-server
image: mongo
container_name: tort-mongodb
restart: always
environment:
@@ -56,7 +56,7 @@ services:
RABBIT_USER: ${RABBIT_USER}
RABBIT_PASS: ${RABBIT_PASS}
MODERATION_SECRET: ${MODERATION_SECRET}
DISABLE_DOCS: ${DISABLE_DOCS:-true}
DEV_MODE: ${DEV_MODE:-false}
LOG_LEVEL: ${LOG_LEVEL:-INFO}
ports:
- "127.0.0.1:5000:5000"