Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ COMPOSE_PROJECT_NAME=sentry_onpremise
SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_VERSION=latest
SYMBOLICATOR_VERSION=latest
SNUBA_VERSION=latest
RELAY_VERSION=latest
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ x-snuba-defaults: &snuba_defaults
- redis
- clickhouse
- kafka
image: 'getsentry/snuba:$SENTRY_VERSION'
image: 'getsentry/snuba:$SNUBA_VERSION'
environment:
SNUBA_SETTINGS: docker
CLICKHOUSE_HOST: clickhouse
Expand Down Expand Up @@ -134,7 +134,7 @@ services:
build:
context: ./cron
args:
BASE_IMAGE: 'getsentry/snuba:$SENTRY_VERSION'
BASE_IMAGE: 'getsentry/snuba:$SNUBA_VERSION'
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
symbolicator:
<< : *restart_policy
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
- relay
relay:
<< : *restart_policy
image: 'getsentry/relay:$SENTRY_VERSION'
image: 'getsentry/relay:$RELAY_VERSION'
volumes:
- type: bind
read_only: true
Expand Down