BW3-Core/docker-compose.yaml
2022-05-23 22:15:25 +02:00

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