mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
Functioning mqtt ingestion and db write, formating changes, device manager initiated
This commit is contained in:
@@ -13,8 +13,9 @@ services:
|
||||
ports:
|
||||
- "1883:1883"
|
||||
- "9001:9001"
|
||||
- "8883:8883"
|
||||
volumes:
|
||||
- ./mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
|
||||
- ./mosquitto/:/mosquitto/config/
|
||||
restart: unless-stopped
|
||||
|
||||
timescaledb:
|
||||
@@ -31,4 +32,4 @@ services:
|
||||
|
||||
volumes:
|
||||
redis-data:
|
||||
timescaledb-data:
|
||||
timescaledb-data:
|
||||
|
||||
Reference in New Issue
Block a user