@@ -9,7 +9,7 @@ x-healthcheck-defaults: &healthcheck_defaults
99 # Related issues:
1010 # https://github.com/moby/moby/issues/39102
1111 # https://github.com/moby/moby/issues/39388
12- # https://github.com/getsentry/onpremise /issues/1000
12+ # https://github.com/getsentry/self-hosted /issues/1000
1313 interval : 30s
1414 timeout : 5s
1515 retries : 5
@@ -252,15 +252,15 @@ services:
252252 command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-transactions-subscriptions-consumers --topic=events --result-topic=transactions-subscription-results --dataset=transactions --commit-log-topic=snuba-commit-log --commit-log-group=transactions_group --delay-seconds=60 --schedule-ttl=60
253253 snuba-cleanup :
254254 << : *snuba_defaults
255- image : snuba-cleanup-onpremise -local
255+ image : snuba-cleanup-self-hosted -local
256256 build :
257257 context : ./cron
258258 args :
259259 BASE_IMAGE : " $SNUBA_IMAGE"
260260 command : ' "*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
261261 snuba-transactions-cleanup :
262262 << : *snuba_defaults
263- image : snuba-cleanup-onpremise -local
263+ image : snuba-cleanup-self-hosted -local
264264 build :
265265 context : ./cron
266266 args :
@@ -278,7 +278,7 @@ services:
278278 command : run -c /etc/symbolicator/config.yml
279279 symbolicator-cleanup :
280280 << : *restart_policy
281- image : symbolicator-cleanup-onpremise -local
281+ image : symbolicator-cleanup-self-hosted -local
282282 build :
283283 context : ./cron
284284 args :
@@ -317,7 +317,7 @@ services:
317317 command : run query-subscription-consumer --commit-batch-size 1 --topic transactions-subscription-results
318318 sentry-cleanup :
319319 << : *sentry_defaults
320- image : sentry-cleanup-onpremise -local
320+ image : sentry-cleanup-self-hosted -local
321321 build :
322322 context : ./cron
323323 args :
@@ -357,6 +357,7 @@ services:
357357 web :
358358 << : *depends_on-healthy
359359volumes :
360+ # These store application data that should persist across restarts.
360361 sentry-data :
361362 external : true
362363 sentry-postgres :
@@ -371,6 +372,8 @@ volumes:
371372 external : true
372373 sentry-symbolicator :
373374 external : true
375+
376+ # These store ephemeral data that needn't persist across restarts.
374377 sentry-secrets :
375378 sentry-smtp :
376379 sentry-zookeeper-log :
0 commit comments