mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00
Add coap server
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
4332a5ea4b
commit
811b5b787b
@ -51,6 +51,15 @@ services:
|
|||||||
- "1883:1883"
|
- "1883:1883"
|
||||||
- "8883:8883"
|
- "8883:8883"
|
||||||
|
|
||||||
|
###
|
||||||
|
# Mainflux CoAP Server
|
||||||
|
###
|
||||||
|
mainflux-coap:
|
||||||
|
image: mainflux/mainflux-coap:latest
|
||||||
|
container_name: mainflux-coap
|
||||||
|
ports:
|
||||||
|
- "5683:5683"
|
||||||
|
|
||||||
###
|
###
|
||||||
# Mainflux HTTP Sender
|
# Mainflux HTTP Sender
|
||||||
###
|
###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user