Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

blacktop/sentry-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-quick-start

Sentry Docker Quick Start

Getting Started

NOTE: update configuration in .env file

$ git clone https://github.com/blacktop/sentry-quick-start.git
$ cd sentry-quick-start
$ SENTRY_URL=sentry.blacktop.io make sentry

NOTE: Change the SENTRY_URL to your sentry's url-prefix

Fill out the superuser information

Would you like to create a user account now? [Y/n]:
Email: blacktop@yahoo.com
Password: ***********
Repeat for confirmation: ***********
Should this user be a superuser? [y/N]: y

Add more workers

$ SENTRY_SECRET_KEY='$(SECRET_KEY)' docker-compose scale worker=3

Added Auth Plugins

License

MIT Copyright (c) 2016-2017 blacktop