Skip to content

Turistforeningen/sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry on Docker Compose

This is a production ready setup of Sentry with Postgres and Redis using Docker Compose.

Docker Compose container overview

What are the requirements?

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

About

Production ready Sentry configuration for Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages