Page MenuHomeDevCentral

Configure Sentry containers
ClosedPublic

Authored by dereckson on Oct 30 2018, 20:51.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 16, 09:07
Unknown Object (File)
Fri, Jun 14, 21:16
Unknown Object (File)
Fri, Jun 14, 09:19
Unknown Object (File)
Fri, Jun 14, 05:02
Unknown Object (File)
Thu, Jun 13, 11:03
Unknown Object (File)
Thu, Jun 13, 08:50
Unknown Object (File)
Thu, Jun 13, 03:23
Unknown Object (File)
Wed, Jun 12, 01:36
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.