feat(collector): add websocket
This commit is contained in:
@@ -36,6 +36,10 @@ services:
|
||||
DB_NAME: ${DB_NAME:-audio_analyzer}
|
||||
DB_USER: ${DB_USER:-postgres}
|
||||
DB_PASSWORD: ${DB_PASSWORD:-postgres}
|
||||
WS_HOST: 0.0.0.0
|
||||
WS_PORT: 8000
|
||||
ports:
|
||||
- "8001:8000"
|
||||
devices:
|
||||
- "${SERIAL_PORT:-/dev/ttyACM0}:${SERIAL_PORT:-/dev/ttyACM0}"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user