/yotemi_root

Configuration to start up all Yotemi services

How to run the service

You can use docker-compose to start service easily.

Install docker-compose if you don't have it on your machine. Make sure you follow all prerequisites.

Now, you can execute this command:

# build containers and run application
docker-compose up

If you want to stop containers, just use:

docker-compose stop

If you want to remove containers, use:

docker-compose down