mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
14 lines
319 B
YAML
14 lines
319 B
YAML
version: '3'
|
|
services:
|
|
client:
|
|
image: ghcr.io/janspeller/bw3-core/client:latest
|
|
volumes:
|
|
- ./config:/opt/boswatch/config
|
|
- ./log:/opt/boswatch/log
|
|
devices:
|
|
- "/dev/bus/usb"
|
|
server:
|
|
image: ghcr.io/janspeller/bw3-core/server:latest
|
|
volumes:
|
|
- ./config:/opt/boswatch/config
|