Git Product home page Git Product logo

docker-sentry-2's Introduction

docker-sentry

Sentry packaged as a Docker image. Only PostgreSQL database is supported.

Environment variables

  • PGHOST (default: Docker host)
  • PGPORT (default: 5432)
  • PGDATABASE (default: sentry)
  • PGUSER (default: sentry)
  • PGPASSWORD (default: sentry)
  • SENTRY_URL_PREFIX
  • SENTRY_WEB_WORKERS (default: 3) - number of gunicorn workers to start
  • SENTRY_WEB_REMOTE_USER_AUTH - if set, it's name of the HTTP request dictionary that will be trusted to contain username (e.g. HTTP_REMOTE_USER).
  • CELERY_ALWAYS_EAGER - if set, then Celery won't be used even if Redis connection is configured
  • REDIS_DATABASE (default: 0) - Redis database number to use

Linked Containers

A linked container named redis should be created. It will be used for Celery task queue and for buffers. Alternatively, you can provide environment variable REDIS_PORT="tcp://HOST:PORT".

If a linked container named postgresql is provided, its IP & port will be used as PGHOST & PGPORT (remaining postgres variables will be normally interpreted).

Running

The sentry command is configured as the entry point, so simply running docker run 3ofcoins/sentry server will start the Web server.

docker-sentry-2's People

Contributors

mpasternacki avatar

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.