Documentation Index
Fetch the complete documentation index at: https://docs.pangolin.net/llms.txt
Use this file to discover all available pages before exploring further.
Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
SQLite (Default)
- No configuration required
- Easy to use and portable
- Built into the main image
- Perfect for development
PostgreSQL
- Production-ready database
- Better performance at scale
- Requires separate image
- Advanced configuration options
SQLite
By default, Pangolin uses SQLite for its ease of use and portability. Docker Image:fosrl/pangolin:<version>
No configuration is required to use SQLite with Pangolin.
PostgreSQL
You can optionally use PostgreSQL for production deployments. Docker Image:fosrl/pangolin:postgresql-<version>
Configuration
Add the following section to your Pangolin configuration file:config.yml
Docker Compose Example
This example sets up PostgreSQL with health checks to ensure the database is ready before Pangolin starts:docker-compose.yml
Do not use
latest tags in production. Use specific version tags for stability.
