BW3-Core/docker-compose.yaml

14 lines
319 B
YAML
Raw Normal View History

version: '3'
services:
client:
2022-05-21 17:08:12 +02:00
image: ghcr.io/janspeller/bw3-core/client:latest
volumes:
- ./config:/opt/boswatch/config
2022-05-21 17:08:12 +02:00
- ./log:/opt/boswatch/log
devices:
- "/dev/bus/usb"
server:
2022-05-21 17:08:12 +02:00
image: ghcr.io/janspeller/bw3-core/server:latest
volumes:
- ./config:/opt/boswatch/config