feat: add import

This commit is contained in:
2026-06-04 18:04:24 +03:00
parent a73ebf8139
commit 4eb2c78c03
4 changed files with 16 additions and 4 deletions

View File

@@ -5,12 +5,12 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
- "8005:8005"
environment:
PYTHONUNBUFFERED: "1"
APP_MODULE: "src.main:app"
APP_HOST: "0.0.0.0"
APP_PORT: "8000"
APP_PORT: "8005"
APP_WORKERS: "2"
env_file:
- .env