feat(MED-48): local docker mailer to readme

This commit is contained in:
2025-07-24 12:02:17 +03:00
parent 6374bfb602
commit 1d746e8e6d
2 changed files with 14 additions and 8 deletions

View File

@@ -93,3 +93,10 @@ To access admin pages follow these steps:
- With admin account go to `http://localhost:3000/admin/accounts`
- For Create Company Account to work you need to have rows in `medreport.roles` table. For that you can sql in `supabase/sql/super-admin.sql`
## Start email server
`docker run -p 1080:1080 -p 1025:1025 maildev/maildev`
- [View emails](http://localhost:1080/#/)
- Mail server is running on `localhost:1025` without password