Mainflux.mainflux/docker
Burak Sekili dc935858bd
NOISSUE - Update self register environment variable name (#1493)
* NOISSUE - Update naming of env variable (#1484)

Signed-off-by: Burak Sekili <buraksekili@gmail.com>
2021-11-03 10:30:52 +01:00
..
addons NOISSUE - Add SMPP notifier (#1464) 2021-10-06 14:34:23 +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 NOISSUE - Fix nginx configuration for groups (#1405) 2021-04-09 17:25:20 +02: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 NOISSUE - Support disabling Email Agent authentication (#1356) 2021-02-08 13:21:52 +01:00
vernemq Change vernemq building source revision (#1402) 2021-04-08 18:16:21 +02:00
.env NOISSUE - Update self register environment variable name (#1493) 2021-11-03 10:30:52 +01:00
Dockerfile NOISSUE - Update dependencies (#1453) 2021-08-24 13:41:57 +02: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 - Update self register environment variable name (#1493) 2021-11-03 10:30:52 +01: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.