mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-06 08:40:21 +01:00
13 lines
315 B
YAML
13 lines
315 B
YAML
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
|