Skip to content

MideO/dockerised-sentry-on-elasticbeanstalk

Repository files navigation

dockerised-sentry-on-elasticbeanstalk

Sentry

Dockerised Sentry onpremise with AWS elasticbeanstalk deployment configured and circleCi continuous deployment

Sentry Credentials:

admin: admin@localhost
password: password
SENTRY_SECRET_KEY: changeme

Docker MultiContainer Setup:

  • nginx on port 80
  • sentry web
  • sentry worker x 3
  • cron
  • redis
  • postgres
  • memcached
  • smtp

Beanstalk Setup:

  • DefaultPlatform: Multi-container Docker running on 64bit Amazon Linux/2.8.4
  • InstanceProrilE: t2.large

Create beanstalk environment

./bin/create

Deployment to beanstalk

./bin/deploy

Run locally:

docker-compose up
Access your instance at localhost:9000!

About

Dockerised sentry on elasticbeanstalk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published