📝 Add Mailcatcher setup instructions for local email testing (#2038)

This commit is contained in:
Alejandra
2025-12-08 18:58:08 +01:00
committed by GitHub
parent a8863840dc
commit a6e5812021
2 changed files with 32 additions and 19 deletions

View File

@@ -20,6 +20,7 @@
- 🔒 Secure password hashing by default.
- 🔑 JWT (JSON Web Token) authentication.
- 📫 Email based password recovery.
- 📬 [Mailcatcher](https://mailcatcher.me) for local email testing during development.
- ✅ Tests with [Pytest](https://pytest.org).
- 📞 [Traefik](https://traefik.io) as a reverse proxy / load balancer.
- 🚢 Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates.