1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 22:41:18 +02:00

Fix serial in EDGE composer

This commit is contained in:
Daniele Viganò 2020-06-21 13:23:35 +02:00 committed by GitHub
parent 4bbeae80b2
commit 37224287f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ services:
environment: environment:
IOT_HTTP: "http://ingress" IOT_HTTP: "http://ingress"
IOT_MQTT: "ingress:80" IOT_MQTT: "ingress:80"
# IOT_SERIAL: "ws" # IOT_SERIAL: "ws1234"
# IOT_DELAY: 10 # IOT_DELAY: 10
IOT_DEBUG: 1 IOT_DEBUG: 1
command: ["/opt/bite/device_simulator.py", "-t", "ws"] command: ["/opt/bite/device_simulator.py", "-t", "ws"]