Dockerised Sentry onpremise with AWS elasticbeanstalk deployment configured and circleCi continuous deployment
admin: admin@localhost
password: password
SENTRY_SECRET_KEY: changeme
- nginx on port 80
- sentry web
- sentry worker x 3
- cron
- redis
- postgres
- memcached
- smtp
- DefaultPlatform: Multi-container Docker running on 64bit Amazon Linux/2.8.4
- InstanceProrilE: t2.large
./bin/create
./bin/deploy
docker-compose up
Access your instance at localhost:9000!