feat(MED-48): local docker mailer to readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user