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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user