chore: Replace mailhog

Mailhog hasn’t been updated since August 2022. While the SMTP protocol remains stable, the underlying libraries and dependencies may have evolved. Using an actively maintained tool can help avoid potential security or compatibility issues in the future.

Let me know if you have any questions or need further adjustments!

Signed-off-by: Benoit Garcia <benoit.garcia@protonmail.com>
This commit is contained in:
Benoit Garcia
2025-08-19 06:04:32 +02:00
committed by Bryan Frimin
parent 3611431108
commit 04c021949d

View File

@@ -75,14 +75,17 @@ services:
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
- "tempo-data:/var/tempo:rw"
mailhog:
image: "mailhog/mailhog:latest"
platform: linux/amd64
mailpit:
image: "axllent/mailpit:latest"
ports:
- "1025:1025" # SMTP server
- "8025:8025" # Web UI
environment:
- MH_STORAGE=memory
- "MP_DISABLE_VERSION_CHECK=true"
- "MP_VERBOSE=false"
- "MP_SMTP_AUTH_ACCEPT_ANY=true"
- "MP_ENABLE_PROMETHEUS=true"
- "MP_SMTP_AUTH_ALLOW_INSECURE=true"
chrome:
image: "chromedp/headless-shell:140.0.7259.2"