Mainflux.mainflux/docker
Manuel Imperiale 9e5e50b347
NOISSUE - Update docker-compose images to latest release (#1419)
* MF-1390 - Fix docker-compose env_file

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Update README

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* NOISSUE - Update docker-compose images to latest release

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Use Postgres 13.3-alpine

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2021-05-24 18:35:07 +02:00
..
addons NOISSUE - Update docker-compose images to latest release (#1419) 2021-05-24 18:35:07 +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 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 NOISSUE - Update docker-compose images to latest release (#1419) 2021-05-24 18:35:07 +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.