Mainflux.mainflux/docker
b1ackd0t 2e118ce36b
NOISSUE - Update Nginx Docker Image (#1706)
* initial commit

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* update tests

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* initial commit

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* update tests

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* add empty line

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* update certs

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* remove serial file

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* fix check password from certs

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

* change from include to endswith

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>

---------

Signed-off-by: rodneyosodo <socials@rodneyosodo.com>
Co-authored-by: rodneyosodo <socials@rodneyosodo.com>
2023-01-29 01:58:28 +01:00
..
addons NOISSUE - Add cert revocation to SDK (#1693) 2023-01-13 14:33:00 +01:00
brokers MF-1681 - Failed to reconnect to NATS (#1686) 2022-12-21 14:08:02 +01: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 - Update Nginx Docker Image (#1706) 2023-01-29 01:58:28 +01:00
policy MF-1248 - Add access policies for users (#1246) 2020-12-08 17:04:09 +01:00
ssl NOISSUE - Update Nginx Docker Image (#1706) 2023-01-29 01:58:28 +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 NOISSUE - Add cert revocation to SDK (#1693) 2023-01-13 14:33:00 +01:00
Dockerfile MF-1667 - Postgres lib update (#1680) 2022-12-13 15:34:01 +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 - Update Nginx Docker Image (#1706) 2023-01-29 01:58:28 +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.