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

16 lines
370 B
YAML

version: '3'
services:
client:
build:
dockerfile: docker/dockerfiles/Client.Dockerfile
context: .
command: python /opt/boswatch/bw_client.py -c client.yaml
devices:
- "/dev/bus/usb"
server:
build:
dockerfile: docker/dockerfiles/Server.Dockerfile
context: .
command: python /opt/boswatch/bw_server.py -c server.yaml