Self-hosted GlitchTip via Docker Compose.
Copy and fill in the environment variables:
cp .env.example .envdocker compose up -dAccess at http://localhost:8000.
For production, put nginx in front of port 8000. Key config points:
- Forward headers:
Host,X-Real-IP,X-Forwarded-For,X-Forwarded-Proto - Set
client_max_body_size 40M - Use certbot for SSL (strongly recommended)
See the official install docs for a full nginx config example.
Uncomment the valkey service in docker-compose.yaml to enable caching/queuing. Other features can be toggled via the env vars in .env.example.