Skip to content

Commit

Permalink
Add CoAP adapter to docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin committed Oct 26, 2018
1 parent 7b4631f commit 4dee637
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,21 @@ services:
- 8880:8880
networks:
- mainflux-base-net

coap-adapter:
image: mainflux/coap:latest
container_name: mainflux-coap
depends_on:
- things
- nats
restart: on-failure
expose:
- 5683
environment:
MF_COAP_ADAPTER_PORT: 5683
MF_NATS_URL: nats://nats:4222
MF_THINGS_URL: things:8183
ports:
- 5683:5683
networks:
- mainflux-base-net

0 comments on commit 4dee637

Please sign in to comment.