Mainflux.mainflux/docker
b1ackd0t 1192325a2e
Initial Commit: Add Tracing To Certs Service (#1850)
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
2023-07-12 11:48:29 +02:00
..
addons Initial Commit: Add Tracing To Certs Service (#1850) 2023-07-12 11:48:29 +02:00
brokers MF-1681 - Failed to reconnect to NATS (#1686) 2022-12-21 14:08:02 +01:00
nats NOISSUE - add nats conf (#1031) 2020-02-06 18:44:29 +01:00
nginx MF-1506 - Group-based Access Control (#1716) 2023-06-14 12:40:37 +02:00
policy MF-1248 - Add access policies for users (#1246) 2020-12-08 17:04:09 +01:00
ssl MF-1506 - Group-based Access Control (#1716) 2023-06-14 12:40:37 +02:00
templates MF-1506 - Group-based Access Control (#1716) 2023-06-14 12:40:37 +02:00
vernemq Update VerneMQ release (#1593) 2022-04-15 15:25:39 +02:00
.env MF-1183 - Add Event Sourcing To Twins Service (#1852) 2023-07-12 11:22:46 +02:00
Dockerfile MF-1667 - Postgres lib update (#1680) 2022-12-13 15:34:01 +01:00
Dockerfile.dev COPY SSL Certs From Alpine (#1839) 2023-07-10 14:20:44 +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 - Add instance ID (#1776) 2023-07-07 11:14:55 +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.