BW3-Core/docker-compose.yaml

16 lines
364 B
YAML
Raw Normal View History

version: '3'
services:
client:
build:
dockerfile: docker/localdev/Client.Dockerfile
context: .
command: python /opt/boswatch/bw_client.py -c client.yaml
devices:
- "/dev/bus/usb"
server:
build:
dockerfile: docker/localdev/Server.Dockerfile
context: .
2020-04-11 16:06:24 +02:00
command: python /opt/boswatch/bw_server.py -c server.yaml