2
0

feat(symbolicator): Use the image from Docker Hub for symbolicat… (#282)

This commit is contained in:
Burak Yigit Kaya 2019-11-26 02:33:04 +03:00 committed by GitHub
parent 9d21847218
commit b461a7591d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ services:
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
symbolicator:
<< : *restart_policy
image: us.gcr.io/sentryio/symbolicator:latest
image: 'getsentry/symbolicator:latest'
volumes:
- 'sentry-symbolicator:/data'
command: run
@ -122,7 +122,7 @@ services:
build:
context: ./cron
args:
BASE_IMAGE: 'us.gcr.io/sentryio/symbolicator:latest'
BASE_IMAGE: 'getsentry/symbolicator:latest'
command: '"55 23 * * * gosu symbolicator symbolicator cleanup"'
web:
<< : *sentry_defaults