Page MenuHomeDevCentral

Configure Sentry containers
ClosedPublic

Authored by dereckson on Oct 30 2018, 20:51.
Tags
None
Referenced Files
F7038123: D1977.id4994.diff
Sat, Apr 19, 14:46
F7008412: D1977.diff
Sat, Apr 19, 02:02
Unknown Object (File)
Wed, Apr 16, 17:26
Unknown Object (File)
Thu, Apr 10, 13:30
Unknown Object (File)
Thu, Apr 10, 13:29
Unknown Object (File)
Thu, Apr 10, 10:52
Unknown Object (File)
Tue, Mar 25, 02:09
Unknown Object (File)
Mon, Mar 24, 06:49
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.