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