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:
Drasko DRASKOVIC 2017-02-03 19:30:44 +01:00
parent b84f268e14
commit 3d4d5291c3
2 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@ mainflux-mqtt:
- "1883:1883"
- "8883:8883"
links:
- mongo
- nats
###

View File

@ -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"