chore: docker-compose mailpit, env.example, README auth section

This commit is contained in:
2026-05-20 23:01:18 +02:00
parent bb0d9d7d01
commit 00e69a8d90
3 changed files with 57 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
mailpit:
image: axllent/mailpit:latest
container_name: flashcard-mailpit
ports:
- "1025:1025" # SMTP
- "8025:8025" # Web UI
environment:
MP_MAX_MESSAGES: 5000
restart: unless-stopped