Move KYC polling to locked worker

This commit is contained in:
Codex
2026-07-02 13:13:11 +03:00
parent aa01e67a09
commit f97492ce63
9 changed files with 206 additions and 142 deletions

View File

@@ -14,4 +14,16 @@ services:
APP_WORKERS: "1"
env_file:
- .env
restart: no
restart: no
kyc-poller:
container_name: kyc-poller
build:
context: .
dockerfile: Dockerfile
command: ["python", "-m", "src.worker"]
environment:
PYTHONUNBUFFERED: "1"
env_file:
- .env
restart: no