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:
committed by
Bryan Frimin
parent
3611431108
commit
04c021949d
11
compose.yaml
11
compose.yaml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user