Mainflux.mainflux/docker
Dušan Borovčanin ad80cf868b
Update VerneMQ release (#1593)
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
2022-04-15 15:25:39 +02:00
..
addons MF-1582 - Fix lora-adapter MQTT client (#1583) 2022-04-11 13:52:20 +02:00
keto MF-1443 - Add policies (#1482) 2021-10-27 00:38:28 +02:00
nats NOISSUE - add nats conf (#1031) 2020-02-06 18:44:29 +01:00
nginx MF-1308 - Use IETF Health Check standard (#1541) 2022-01-24 21:18:53 +01:00
policy MF-1248 - Add access policies for users (#1246) 2020-12-08 17:04:09 +01:00
ssl Add different CNs for CA and certs (#1292) 2020-11-26 15:32:52 +01:00
templates MF-1521 - Fix email headers (#1522) 2021-12-08 10:48:05 +01:00
vernemq Update VerneMQ release (#1593) 2022-04-15 15:25:39 +02:00
.env MF-1582 - Fix lora-adapter MQTT client (#1583) 2022-04-11 13:52:20 +02:00
Dockerfile MF-1308 - Use IETF Health Check standard (#1541) 2022-01-24 21:18:53 +01:00
Dockerfile.dev NOISSUE - Fix Docker for ARM (#760) 2019-06-20 14:14:06 +02:00
README.md MF-1342 - Use environment variables in docker-compose to use tagged version of image (#1343) 2021-02-02 16:26:02 +01:00
docker-compose.yml NOISSUE - Fix CoAP adapter (#1572) 2022-03-30 16:52:10 +02:00

README.md

Docker Composition

Configure environment variables and run Mainflux Docker Composition.

Note*: docker-compose uses .env file to set all environment variables. Ensure that you run the command from the same location as .env file.

Installation

Follow the official documentation.

Usage

Run following commands from project root directory.

docker-compose -f docker/docker-compose.yml up
docker-compose -f docker/addons/<path>/docker-compose.yml  up

To pull docker images from a specific release you need to change the value of MF_RELEASE_TAG in .env before running these commands.