Page MenuHomeDevCentral

Configure Sentry containers
ClosedPublic

Authored by dereckson on Oct 30 2018, 20:51.
Tags
None
Referenced Files
F2745129: D1977.diff
Thu, Mar 28, 21:40
F2744049: D1977.id5013.diff
Thu, Mar 28, 12:59
Unknown Object (File)
Sun, Mar 24, 15:44
Unknown Object (File)
Thu, Mar 21, 05:31
Unknown Object (File)
Thu, Mar 21, 05:31
Unknown Object (File)
Wed, Mar 20, 06:48
Unknown Object (File)
Mon, Mar 18, 19:12
Unknown Object (File)
Mon, Mar 18, 18:47
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 Not Applicable
Unit
Tests Not Applicable

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.