Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Repository files navigation

aptible/sentry

Docker Repository on Quay.io

Sentry Docker image, deployable as an Aptible app.

Installation and Usage

To run as an app on Aptible:

  1. Provision a PostgreSQL database, either from the Aptible Dashboard or the Aptible CLI.

  2. Provision an Aptible app, either from the Aptible Dashboard or the Aptible CLI.

  3. Configure the following (required and optional) environment variables for your Sentry app:

    VariableDescriptionRequired?Default Value
    ADMIN_PASSWORDAdmin passwordYes-
    DATABASE_URLPostgreSQL database URLYes-
    SENTRY_URL_PREFIXBase URL for serverYes-
    ADMIN_USERNAMEAdmin username for SentryNoaptible
    TEAM_NAMETeam nameNoAptible
    SECRET_KEYSecret key for DSN clients sending eventsNo(random)
    SENTRY_KEYSentry keyNo(random)
    GITHUB_APP_IDGitHub OAuth application ID (for GitHub integration)No-
    GITHUB_API_SECRETGitHub API secretNo-
    SSLIFY_DISABLEDisable forced HTTPS redirection?NoFalse
    MAILGUN_SERVER_NAMEYour email domain (eg yourcompany.com)No-
    MAILGUN_ACCESS_KEYMailgun API KeyNo-
  4. Clone this repository and push it to your Aptible app:

    git clone https://github.com/aptible/docker-sentry.git
    cd docker-sentry
    git remote add aptible git@beta.aptible.com:YOUR_APP_HANDLE.git
    git push aptible master

You should be up and running now. If you're new to Sentry, try checking out the official documentation.

Contributors

Very special thanks to Ozan Onay (@ozan) for implementing the Dockerized distribution of Sentry which we've released with minor modifications in this repo.

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2016 Aptible and contributors.

@fancyremarker

About

DEPRECATED - Sentry Docker image, deployable as an Aptible app

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages