Skip to content

How to setup a full Sentry instance with docker-compose.yml

Notifications You must be signed in to change notification settings

yhirano55/sentry-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

sentry-docker-compose

How to setup a full Sentry instance with docker-compose.yml

Check out this repo

Copying sample files

$ cp .env.sample .env

Generate secret key

$ docker-compose run --rm sentry config generate-secret-key

And then set generated key to SENTRY_SECRET_KEY in .env.

Initialize database

If this is a new database, you'll need to run upgrade.

$ docker-compose run --rm sentry upgrade

And create an initial user, if you need.

Booting

$ docker-compose up -d

And open http://localhost:9000

License

MIT License

About

How to setup a full Sentry instance with docker-compose.yml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published