feat(symbolicator): Use the image from Docker Hub for symbolicat… (#282)
This commit is contained in:
parent
9d21847218
commit
b461a7591d
@ -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
|
||||||
|
Reference in New Issue
Block a user