mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
16 lines
367 B
YAML
16 lines
367 B
YAML
version: '2'
|
|
services:
|
|
client:
|
|
image: boinc/client:arm32v7
|
|
container_name: boinc-client
|
|
restart: always
|
|
network_mode: host
|
|
pid: host
|
|
volumes:
|
|
- ./data:/var/lib/boinc
|
|
environment:
|
|
- BOINC_CMD_LINE_OPTIONS=--allow_remote_gui_rpc
|
|
- BOINC_GUI_RPC_PASSWORD=123
|
|
- BOINC_REMOTE_HOST=192.168.1.1
|
|
- TZ=Europe/Dublin
|