Add [docker]: add docker bot image file & compose file

This commit is contained in:
Kirill Samoylenkov 2025-10-24 00:42:45 +05:00
parent 8251aa21bd
commit abf8c2c55a
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,8 @@
services:
bot:
container_name: urfu-daddy-bot
build:
context: ..
dockerfile: ./docker/Dockerfile
command: sh -c "uv run --active --script ./scripts/pybabel.py compile && uv run ./src/main.py"
restart: always