build: Set master version to nightly

#skip-changelog
This commit is contained in:
getsentry-bot 2023-05-23 18:50:15 +00:00
parent ab4518e086
commit cb1dfc779e
2 changed files with 5 additions and 5 deletions

8
.env
View File

@ -5,10 +5,10 @@ SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=9000
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
# SENTRY_MAIL_HOST=example.com
SENTRY_IMAGE=getsentry/sentry:23.5.1
SNUBA_IMAGE=getsentry/snuba:23.5.1
RELAY_IMAGE=getsentry/relay:23.5.1
SYMBOLICATOR_IMAGE=getsentry/symbolicator:23.5.1
SENTRY_IMAGE=getsentry/sentry:nightly
SNUBA_IMAGE=getsentry/snuba:nightly
RELAY_IMAGE=getsentry/relay:nightly
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=60s

View File

@ -1,4 +1,4 @@
# Self-Hosted Sentry 23.5.1
# Self-Hosted Sentry nightly
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).