1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Add coap server

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2017-05-01 02:36:25 +02:00
parent 4332a5ea4b
commit 811b5b787b

View File

@ -51,6 +51,15 @@ services:
- "1883:1883"
- "8883:8883"
###
# Mainflux CoAP Server
###
mainflux-coap:
image: mainflux/mainflux-coap:latest
container_name: mainflux-coap
ports:
- "5683:5683"
###
# Mainflux HTTP Sender
###