Get Kaneo up and running on your own infrastructure in minutes
Deploy with a single command using Docker Compose
Built-in security features and best practices
Full control over your data and infrastructure
Run the following command in the directory containing your docker-compose.yml:
docker compose up -d
Important: Make sure to change the JWT_SECRET and database passwords in production!
Variable | Description |
---|---|
DATABASE_URL
| PostgreSQL connection string |
JWT_SECRET
| Secret key for JWT tokens |