Change links
Core is no longer connected to MQTT server - they all communicate via NATS. Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
b84f268e14
commit
3d4d5291c3
|
@ -37,7 +37,6 @@ mainflux-mqtt:
|
|||
- "1883:1883"
|
||||
- "8883:8883"
|
||||
links:
|
||||
- mongo
|
||||
- nats
|
||||
|
||||
###
|
||||
|
|
|
@ -37,7 +37,6 @@ mainflux-mqtt:
|
|||
- "1883:1883"
|
||||
- "8883:8883"
|
||||
links:
|
||||
- mongo
|
||||
- nats
|
||||
|
||||
###
|
||||
|
@ -49,6 +48,5 @@ mainflux-core:
|
|||
links:
|
||||
- mongo
|
||||
- nats
|
||||
- mainflux-mqtt
|
||||
ports:
|
||||
- "7070:7070"
|
||||
|
|
Loading…
Reference in New Issue