-
Notifications
You must be signed in to change notification settings - Fork 1
Deployment
Christian Friedow edited this page Aug 19, 2019
·
4 revisions
Deploying Mantichor can be done easily using Docker.
- Docker (>=v1.25)
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
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