add mailpit to dev shell and process-compose
Mailpit listens on 1025 (smtp) and 8025 (web ui). Backend now depends on it as a healthy dep so dev signups can flush their confirmation emails to mailpit instead of /dev/null.
This commit is contained in:
parent
effdde84a5
commit
4ac2323a2a
2 changed files with 13 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
typescript
|
||||
postgresql
|
||||
process-compose
|
||||
mailpit
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue