This website requires JavaScript.
Explore
Help
Register
Sign In
templates
/
backend-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
backend-python
/
template
/
{{ part_dir }}
/
src
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
hh
ac0ccf47e5
Override-based compose, profiles in .env, README
2026-09-09 00:18:15 +02:00
..
{% if 'aiogram_bot' in backend_services %}bot{% endif %}
Single part at the root, COMPOSE_FILE in .env
2026-09-08 20:38:54 +02:00
{% if 'api' in backend_services %}api{% endif %}
Override-based compose, profiles in .env, README
2026-09-09 00:18:15 +02:00
{% if 'kurigram_userbot' in backend_services %}userbot{% endif %}
Override-based compose, profiles in .env, README
2026-09-09 00:18:15 +02:00
{% if 'scheduler' in backend_services and 'taskiq_worker' not in backend_services %}scheduler{% endif %}
Override-based compose, profiles in .env, README
2026-09-09 00:18:15 +02:00
{% if 'taskiq_worker' in backend_services %}worker{% endif %}
PostgreSQL broker for taskiq
2026-09-08 23:59:31 +02:00
{% if use_dishka %}dependencies{% endif %}
Single part at the root, COMPOSE_FILE in .env
2026-09-08 20:38:54 +02:00
utils
Override-based compose, profiles in .env, README
2026-09-09 00:18:15 +02:00