mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
9 lines
213 B
YAML
9 lines
213 B
YAML
version: '3'
|
|
services:
|
|
client:
|
|
image: docker.pkg.github.com/janspeller/bw3-core/client:latest
|
|
devices:
|
|
- "/dev/bus/usb"
|
|
server:
|
|
image: docker.pkg.github.com/janspeller/bw3-core/server:latest
|