12 lines
276 B
YAML
12 lines
276 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
|
|
command: ["python", "-m", "bot.main"]
|