mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
16 lines
364 B
YAML
16 lines
364 B
YAML
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: .
|
|
command: python /opt/boswatch/bw_server.py -c server.yaml
|
|
|