Configuration and Deployment Configuring secrets For the application to run, you need to set up some secrets, for this, rename the .env.example -> .env .env.access_service.example -> .env.access_service .env.notes.example -> .env.notes Next, fill in your secrets instead of template secrets in these files. Preparing the environment In order to run the project, you need to install the docker engine docker compose Launching an application All you need is docker compose up --build Or docker-compose up --build