Self-Hosting
Running via docker-compose
- Clone this repository (or just copy the docker-compose.yml file)
- Copy the
.env.example
file to.env
and fill in the required environment variables - Run
docker compose up
to start the application - Access the application at http://localhost:8000