Page MenuHomeDevCentral

Configure Sentry containers
ClosedPublic

Authored by dereckson on Oct 30 2018, 20:51.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 00:09
Unknown Object (File)
Sat, Apr 13, 20:50
Unknown Object (File)
Sat, Apr 13, 20:05
Unknown Object (File)
Sun, Apr 7, 12:46
Unknown Object (File)
Fri, Mar 29, 22:42
Unknown Object (File)
Thu, Mar 28, 21:40
Unknown Object (File)
Thu, Mar 28, 12:59
Unknown Object (File)
Sun, Mar 24, 15:44
Subscribers
None

Details

Summary

Sentry requires a fair number of containers. It will be deployed like this:

  • sentry_db (PostgreSQL)
  • sentry_redis
  • sentry_smtp (Exim)
  • sentry_web_1 (Django application)
  • sentry_worker_1
  • sentry_cron

This change doesn't deploy anything but declare the configuration
of all those services.

Reference: https://docs.sentry.io/server/installation/docker/

Ref T1360

Test Plan

no op in production

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
sentry (branched from master)
Build Status
Buildable 3078
Build 3326: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 6 2018, 21:50
This revision was automatically updated to reflect the committed changes.