lican09 / sentry-docker-compose

Easy to install docker by using docker-compose file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-docker-compose

Easy to install docker by using docker-compose file

refrences: https://github.com/docker-library/docs/tree/master/sentry/

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

About

Easy to install docker by using docker-compose file

License:MIT License


Languages

Language:Shell 100.0%