File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11COMPOSE_PROJECT_NAME = sentry_onpremise
22SENTRY_EVENT_RETENTION_DAYS = 90
3+ SENTRY_VERSION = latest
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ x-sentry-defaults: &sentry_defaults
77 context : ./sentry
88 args :
99 - SENTRY_IMAGE
10+ - SENTRY_VERSION
1011 image : sentry-onpremise-local
1112 depends_on :
1213 - redis
@@ -29,7 +30,7 @@ x-snuba-defaults: &snuba_defaults
2930 - redis
3031 - clickhouse
3132 - kafka
32- image : ' getsentry/snuba:latest '
33+ image : ' getsentry/snuba:$SENTRY_VERSION '
3334 environment :
3435 SNUBA_SETTINGS : docker
3536 CLICKHOUSE_HOST : clickhouse
Original file line number Diff line number Diff line change 1+ ARG SENTRY_VERSION=latest
12ARG SENTRY_IMAGE
2- FROM ${SENTRY_IMAGE:-getsentry/sentry:latest }
3+ FROM ${SENTRY_IMAGE:-getsentry/sentry:$SENTRY_VERSION }
34
45WORKDIR /usr/src/sentry
56
You can’t perform that action at this time.
0 commit comments