Mainflux.mainflux/docker
Mirko Teodorovic 063f73076d
fix influx pass (#1410)
Signed-off-by: Mirko Teodorovic <mirko.teodorovic@gmail.com>
2021-04-20 12:11:42 +02:00
..
addons NOISSUE - Certs service refactor (#1369) 2021-03-15 12:27:32 +01: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 fix influx pass (#1410) 2021-04-20 12:11:42 +02:00
Dockerfile NOISSUE - Update dependencies (#1218) 2020-07-13 15:24:55 +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 MF-1390 - Fix docker-compose env_file (#1391) 2021-03-23 11:39:40 +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.