diff --git a/docker-compose.yml b/docker-compose.yml index 71fd01c2789..33f39a6d81e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,6 +173,14 @@ services: args: BASE_IMAGE: "$SNUBA_IMAGE" command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"' + snuba-transactions-cleanup: + <<: *snuba_defaults + image: snuba-cleanup-onpremise-local + build: + context: ./cron + args: + BASE_IMAGE: "$SNUBA_IMAGE" + command: '"*/5 * * * * gosu snuba snuba cleanup --storage transactions --dry-run False"' symbolicator: <<: *restart_policy image: "$SYMBOLICATOR_IMAGE"