2
0

feat(config): Mount config as a volume to Sentry (#407)

This follows the best-practice of mounting the config folder as a volume and removes the need to rebuild sentry images for config changes. Partially addresses #314.
This commit is contained in:
Burak Yigit Kaya
2020-03-12 20:14:46 +03:00
committed by GitHub
parent c95eb56467
commit 5f7c18bd18
3 changed files with 7 additions and 11 deletions

View File

@@ -19,9 +19,11 @@ x-sentry-defaults: &sentry_defaults
- symbolicator
- kafka
environment:
SENTRY_CONF: '/etc/sentry'
SNUBA: 'http://snuba-api:1218'
volumes:
- 'sentry-data:/data'
- './sentry:/etc/sentry'
x-snuba-defaults: &snuba_defaults
<< : *restart_policy
depends_on: