You can self-host using Docker, ideally with the provided docker-compose.yml.
Simply copy that file to your system, and in the same directory run docker compose up. The documentation
should be available shortly at http://0.0.0.0:7229/docs.
While deploying with Docker is the preferred method of deployment, you can also build the project from source and
run it directly by following these steps:
Ensure there is a PostgreSQL database available to the application
Manually set environment variables or create a file called .env based on the provided .env.example
Build and run the application directly: cargo run --release