2
0

fix(data): Use /data for persisting files and file caches (#295)

Moves sentry-data volume to /data mount point and sets all file-based storage settings to /data/files, /data/dsym-cache etc. accordingly. See 50ac550666/src/sentry/options/defaults.py (L45-L54)
This commit is contained in:
Burak Yigit Kaya
2019-12-06 03:32:31 +03:00
committed by GitHub
parent 7b10fea284
commit 89e8053c40
3 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ x-sentry-defaults: &sentry_defaults
environment:
SNUBA: 'http://snuba-api:1218'
volumes:
- 'sentry-data:/var/lib/sentry/files'
- 'sentry-data:/data'
x-snuba-defaults: &snuba_defaults
<< : *restart_policy
depends_on: