From e36e80b6222d2a8c0a9751ea3ddfc7d08ad13a63 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Sun, 11 Jan 2026 13:36:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(bimi.svg):=20Ajoute=20le=20log?= =?UTF-8?q?o=20BIMI=20en=20format=20SVG.=20=F0=9F=90=9B=20fix(docker-compo?= =?UTF-8?q?se.yml):=20Remplace=20MailHog=20par=20Mailpit=20pour=20plus=20d?= =?UTF-8?q?e=20simplicit=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 9 +++------ public/bimi.svg | 10 ++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 public/bimi.svg diff --git a/docker-compose.yml b/docker-compose.yml index d4753a1..df5bab5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/public/bimi.svg b/public/bimi.svg new file mode 100644 index 0000000..f685675 --- /dev/null +++ b/public/bimi.svg @@ -0,0 +1,10 @@ + + + bimi-svg-tiny-12-ps + + + + + + + \ No newline at end of file