feat(compose): Add ability to use custom images for any Sentry service (#602)
This change allows one to override any Sentry service image, mostly for testing purposes. It also removes the SENTRY_VERSION variable as docker-compose makes it very hard to cascade default values for these. Next step is to have integration tests in getsentry/snuba and getsentry/relay (and possibly for getsentry/symbolicator) for getsentry/onpremise using this PR. Also related: #596.
This commit is contained in:
6
.env
6
.env
@@ -1,4 +1,6 @@
|
||||
COMPOSE_PROJECT_NAME=sentry_onpremise
|
||||
SENTRY_EVENT_RETENTION_DAYS=90
|
||||
SENTRY_VERSION=latest
|
||||
SYMBOLICATOR_VERSION=latest
|
||||
SENTRY_IMAGE=getsentry/sentry:latest
|
||||
SNUBA_IMAGE=getsentry/snuba:latest
|
||||
RELAY_IMAGE=getsentry/relay:latest
|
||||
SYMBOLICATOR_IMAGE=getsentry/symbolicator:eac35a6058c7749bdf20ed219a377e49e02d0b76
|
||||
|
||||
Reference in New Issue
Block a user