futurice/sentry

Name: sentry

Owner: Futurice

Description: Dockerized Sentry installation

Created: 2017-11-02 10:36:20.0

Updated: 2017-11-20 10:16:00.0

Pushed: 2017-11-02 10:38:51.0

Homepage: null

Size: 7

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Sentry

See https://docs.sentry.io/server/installation/

This is a Sentry installation running in a single container using supervisord. Meant to be run behind a reverse proxy within internal network. Users are created automatically and given Manager -role.

Note:

Development

er build --rm -t futurice/sentry:$(git rev-parse --short HEAD) .
er run --name postgres -e POSTGRES_PASSWORD=secret -d postgres
er run --rm -it -p 8000:8000 --name sentry \
-e SENTRY_URL_PREFIX=http://localhost:8000 \
-e SENTRY_DB_NAME=sentry \
-e SENTRY_DB_USER=postgres \
-e SENTRY_DB_PASSWORD=secret \
-e SENTRY_POSTGRES_HOST=postgres \
-e SENTRY_REDIS_HOST=localhost \
-e SENTRY_MEMCACHED_HOST=localhost \
-e DEBUG=true \
-e CELERY_LOG_LEVEL=debug \
-e REMOTE_USER=myusername \
-v $(pwd):/opt/app:rw \
--link postgres:postgres \
futurice/sentry
n 'sentry upgrade' to initialize the database

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.