- Docker
Prepare the docker.env file
Copy the example docker.env file
cp backend/docker.env.example backend/docker.envand fill in the requirement environment variables.
Build the docker containers and run them using docker compose
docker compose build
docker compose up -d