Add BOINC Telegram bot, CI, and deploy compose
All checks were successful
publish-images / build (push) Successful in 1m3s

This commit is contained in:
dan
2026-01-06 09:44:48 +03:00
commit 55cfd73c24
15 changed files with 617 additions and 0 deletions

13
deploy/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
boinc-report-bot:
image: cr.danosito.com/dan/boinc-report-bot:latest
restart: unless-stopped
network_mode: host
env_file:
- .env
environment:
- BOINC_HOST=127.0.0.1
- BOINC_PORT=31416
command: ["python", "-m", "bot.main"]