https://github.com/lincolnloop/docker-sentry
https://github.com/lincolnloop/docker-sentry
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lincolnloop/docker-sentry
- Owner: lincolnloop
- Created: 2015-01-18T23:23:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T05:10:05.000Z (over 10 years ago)
- Last Synced: 2025-02-15T10:53:37.023Z (over 1 year ago)
- Language: Python
- Homepage: https://registry.hub.docker.com/u/lincolnloop/sentry/
- Size: 5.86 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry on Docker
Setup to use Postgres as a database. Environment variables are used for configuration with the default conf file produced by `sentry init`.
## Required Environment Variables
* `DATABASE_URL`
* `EMAIL_URL`
* `REDIS_STORAGE_URL`
* `SENTRY_URL_PREFIX`
* `SECRET_KEY`
## Optional Environment Variables
* `REDIS_BROKER_URL`
* `SERVER_EMAIL`