chore: add new devices yaml data
This commit is contained in:
parent
7a4a050b5c
commit
382487eca0
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ services:
|
||||||
frontend:
|
frontend:
|
||||||
image: awesome/frontend
|
image: awesome/frontend
|
||||||
devices:
|
devices:
|
||||||
- "/dev/ttyUSB0:/dev/ttyUSB0"
|
- "/dev/ttyUSB0:/dev/ttyUSB1"
|
||||||
backend:
|
backend:
|
||||||
image: awesome/backend
|
image: awesome/backend
|
||||||
devices:
|
devices:
|
||||||
- "/dev/ttyUSB1:/dev/ttyUSB1"
|
- "/dev/ttyUSB2:/dev/ttyUSB3"
|
||||||
- "/dev/ttyUSB2:/dev/ttyUSB2"
|
- "/dev/sda:/dev/xvda:rwm"
|
||||||
|
|
Loading…
Reference in a new issue