/sentry-docker-compose

Easy to install docker by using docker-compose file

Primary LanguageShellMIT LicenseMIT

sentry-docker-compose

Easy to install docker by using docker-compose file

Getting Started

Prerequisites

  • Unix-like operating system (macOS or Linux)
  • Docker and Docker-Compose should be installed
  • env/sentry is configured

Basic Installation

via bash

bash deploy.sh 

via other

./deploy.sh

via setup

First generate a secret_key.

Second make sure the env/sentry variables is configured.

Finally run the rest services.

Generate secret_key
docker-compose run --rm sentry config generate-secret-key
Configure the env/sentry
for example:
SENTRY_SECRET_KEY=%#_*3rfly#yd_51r%e6cx)_v2rsk4q+ghq)-@h=fzfxh!ey=hj
Configure superuser
docker-compose run --rm sentry sentry upgrade
Run the rest services
docker-compose up -d sentry sentry-cron sentry-worker-1