BW3-Core/docker-compose.yaml

13 lines
315 B
YAML
Raw Normal View History

version: '3'
services:
client:
image: docker.pkg.github.com/janspeller/bw3-core/client:latest
volumes:
- ./config:/opt/boswatch/config
devices:
- "/dev/bus/usb"
server:
image: docker.pkg.github.com/janspeller/bw3-core/server:latest
volumes:
- ./config:/opt/boswatch/config