sentry
sentry copied to clipboard
Production ready Sentry configuration for Docker Compose
Sentry on Docker Compose
This is a production ready setup of Sentry with Postgres and Redis using Docker Compose.
What are the requirements?
- Docker >=
v1.3 - Docker Compose >=
v1.1.0-rc2
How do I start this thing?
docker-compose up
How do I find the exposed port?
docker-compose port www 8080
How do I add a user?
docker-compose run www createuser
How do I configure stuff?
The sentry.conf.py holds all the Sentry configurations. Your secret stuff,
however, has to be put into your env.
- SECRET_KEY
- SERVER_EMAIL
- SENTRY_URL_PREFIX