feat(bimi.svg): Ajoute le logo BIMI en format SVG.

🐛 fix(docker-compose.yml): Remplace MailHog par Mailpit pour plus de simplicité.
This commit is contained in:
Serreau Jovann
2026-01-11 13:36:38 +01:00
parent e76650d5f1
commit e36e80b622
2 changed files with 13 additions and 6 deletions

View File

@@ -111,13 +111,10 @@ services:
# --- Service de Test d'Emails (MailHog) ---
# Intercepte tous les emails envoyés en développement
mailhog:
image: mailhog/mailhog:latest
container_name: e-cosplay_mailhog
image: axllent/mailpit:latest
ports:
# Port 1025 pour le serveur SMTP factice
- "1025:1025"
# Port 8025 pour l'interface web de MailHog
- "8025:8025"
- "1025:1025"
- "8025:8025"
networks:
- e-cosplay_network # Assignation au réseau commun