2
0

Add volumed-out config directory for symbolicator. (#566)

I would like to be able to customize the configuration for my Sentry 10 symbolicator instance, which this change allows me to easily do.

See related: https://github.com/getsentry/symbolicator/issues/245

Co-authored-by: Burak Yigit Kaya <ben@byk.im>
This commit is contained in:
Mike Purvis
2020-07-08 13:42:33 -04:00
committed by GitHub
parent a01d013617
commit 96889a6175
4 changed files with 17 additions and 2 deletions

View File

@@ -136,7 +136,11 @@ services:
image: 'getsentry/symbolicator:$SYMBOLICATOR_VERSION'
volumes:
- 'sentry-symbolicator:/data'
command: run
- type: bind
read_only: true
source: ./symbolicator
target: /etc/symbolicator
command: run -c /etc/symbolicator/config.yml
symbolicator-cleanup:
<< : *restart_policy
image: symbolicator-cleanup-onpremise-local