We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ce62 commit 569cc8eCopy full SHA for 569cc8e
docker-compose.yml
@@ -12,7 +12,7 @@ x-healthcheck-defaults: &healthcheck_defaults
12
# https://github.com/getsentry/self-hosted/issues/1000
13
interval: "$HEALTHCHECK_INTERVAL"
14
timeout: "$HEALTHCHECK_TIMEOUT"
15
- retries: "$HEALTHCHECK_RETRIES"
+ retries: $HEALTHCHECK_RETRIES
16
start_period: 10s
17
x-sentry-defaults: &sentry_defaults
18
<<: *restart_policy
@@ -97,7 +97,7 @@ services:
97
smtp:
98
99
image: tianon/exim4
100
- hostname: ${SENTRY_MAIL_HOST:-}
+ hostname: "${SENTRY_MAIL_HOST:-}"
101
volumes:
102
- "sentry-smtp:/var/spool/exim4"
103
- "sentry-smtp-log:/var/log/exim4"
0 commit comments