Files
backend-python/README.md
T
2026-09-08 20:11:39 +02:00

779 B

backend-python

Copier template for a backend/ part: a uv project with one Docker image and one python -m <module> entrypoint per service (api, bot, userbot, worker, scheduler), pydantic-settings, rich logging, optional Dishka, MongoDB or PostgreSQL, Redis, taskiq, CryptoPay, pydantic-ai and a DynamicConfig stored in the database.

Ships backend/docker-compose.yml with root-relative paths, docker-compose.local.yml (published ports) and docker-compose.prod.yml (the caddy network), a Makefile with fmt, check, build and service-specific targets, .env.example and CLAUDE.md. Meant to be applied on top of the infra template.

copier copy --trust -d project_name="My Thing" <this-repo> <dest>
copier update -a .copier/backend.yml