GithubHelp home page GithubHelp logo

docker-sentry's Introduction

docker-sentry

This is a Docker cookbook for deploying the Sentry realtime event logging and aggregation platform.

Authorship History

Forked from crosbymichael/docker-cookbooks, this is a continuation of his work.

Environment Variables

General settings

  • SENTRY_KEY - Django secret key, if omitted it will generate a random one on launch
  • SENTRY_URL_PREFIX - Absolute URI to sentry. It will attempt to guess if not set

DB settings

  • SENTRY_NAME - Sentry db name
  • SENTRY_USER - Sentry db user
  • SENTRY_PASS - Sentry db password
  • SENTRY_HOST - Sentry db host
  • SENTRY_PORT - Sentry db port
  • SENTRY_ENGINE - Django db backend, defaults to sqlite

Email settings

  • SENTRY_EMAIL_FROM - Address to send mail as
  • SENTRY_EMAIL_ENABLED - Set to True if you wish to use SMTP to send mail
  • SENTRY_EMAIL_HOST - SMTP host
  • SENTRY_EMAIL_PASSWORD - SMTP password
  • SENTRY_EMAIL_USER - SMTP username
  • SENTRY_EMAIL_PORT - SMTP port
  • SENTRY_EMAIL_USE_TLS - Set to True to enable TLS

API keys

  • TWITTER_CONSUMER_KEY
  • TWITTER_CONSUMER_SECRET
  • FACEBOOK_APP_ID
  • FACEBOOK_APP_SECRET
  • GOOGLE_OAUTH2_CLIENT_ID
  • GOOGLE_OAUTH2_CLIENT_SECRET
  • GITHUB_APP_ID
  • GITHUB_APP_SECRET
  • TRELLO_API_KEY
  • TRELLO_API_SECRET

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.