sentry-docker-compose icon indicating copy to clipboard operation
sentry-docker-compose copied to clipboard

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

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