✨ 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user