Skip to content

Commit 2b6bd5f

Browse files
authored
feat: migrate to arm64-compatible smtp image (#3746)
1 parent 1b88e90 commit 2b6bd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ x-snuba-defaults: &snuba_defaults
9191
services:
9292
smtp:
9393
<<: *restart_policy
94-
platform: linux/amd64
95-
image: tianon/exim4
96-
hostname: "${SENTRY_MAIL_HOST:-}"
94+
image: registry.gitlab.com/egos-tech/smtp
9795
volumes:
9896
- "sentry-smtp:/var/spool/exim4"
9997
- "sentry-smtp-log:/var/log/exim4"
98+
environment:
99+
- MAILNAME=${SENTRY_MAIL_HOST:-}
100100
memcached:
101101
<<: *restart_policy
102102
image: "memcached:1.6.26-alpine"

0 commit comments

Comments
 (0)