Fix MQTT connection

This commit is contained in:
2025-12-29 15:10:27 +01:00
parent dd57019c99
commit 0a6081ee6e
4 changed files with 28 additions and 10 deletions

View File

@@ -11,6 +11,10 @@ services:
- mosquitto
environment:
- MONGO_URI=mongodb://mongo:27017/mydb
- LOCAL_BROKER_ADDRESS=customer-broker
- LOCAL_BROKER_PORT=1883
- API_BROKER_ADDRESS=192.168.15.120
- API_BROKER_PORT=1883
mongo:
image: mongo:latest