Backend system for ModulusAI Running instructions First, setup the environment variables. An example is given in .env.example. Then, run the following command: docker compose up -d This will start the webserver detached. Stop the server using: docker compose down