mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:10:19 +00:00
44408395e6
Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
675 B
675 B
Docker Composition
Configure environment variables and run Magistrala 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 MG_RELEASE_TAG in .env before running these commands.