feat: add rub quote

This commit is contained in:
2026-05-14 21:53:20 +03:00
parent 6130188a4f
commit 366bdc9515
7 changed files with 136 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ services:
APP_MODULE: "src.main:app"
APP_HOST: "0.0.0.0"
APP_PORT: "8000"
APP_WORKERS: "1"
APP_WORKERS: "2"
env_file:
- .env
restart: no