chore: add new devices yaml data

This commit is contained in:
uccuz 2022-06-07 00:21:50 +08:00
parent 7a4a050b5c
commit 382487eca0

View file

@ -4,9 +4,9 @@ services:
frontend:
image: awesome/frontend
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"
- "/dev/ttyUSB0:/dev/ttyUSB1"
backend:
image: awesome/backend
devices:
- "/dev/ttyUSB1:/dev/ttyUSB1"
- "/dev/ttyUSB2:/dev/ttyUSB2"
- "/dev/ttyUSB2:/dev/ttyUSB3"
- "/dev/sda:/dev/xvda:rwm"