Files
BOINC-report-bot/deploy/docker-compose.yml
dan 79bb14f05c
All checks were successful
publish-images / build (push) Successful in 6s
Limit task lists and clamp message length
2026-01-06 10:09:20 +03:00

16 lines
439 B
YAML

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
- HTTP_PROXY=http://127.0.0.1:10809
- HTTPS_PROXY=http://127.0.0.1:10809
- ALL_PROXY=http://127.0.0.1:10809
- NO_PROXY=localhost,127.0.0.1
command: ["python", "-m", "bot.main"]