Skip to content

Deployment

Christian Friedow edited this page Aug 19, 2019 · 4 revisions

Deploying Mantichor can be done easily using Docker.

Prerequisites

  • Docker (>=v1.25)

Deploy using Docker compose or stack command

docker stack

Download the compose file

wget https://github.com/bptlab/mantichor-frontend/blob/master/docker-compose.yml

Deploy the service using docker stack

docker stack deploy -c docker-compose.yml mantichor

docker-compose

Download the compose file

wget https://github.com/bptlab/mantichor-frontend/blob/master/docker-compose.yml

Deploy the service using docker-compose

docker-compose up

Clone this wiki locally