dummy smtp server added
This commit is contained in:
parent
062878f27f
commit
39ca9776d1
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
|
|
@ -19,5 +18,10 @@ services:
|
|||
- "3333:3000"
|
||||
environment:
|
||||
DATABASE_URL: postgres://debshots:debshots@postgres:5432/debshots
|
||||
SMTP_SERVER: smtp-debug
|
||||
smtp-debug:
|
||||
image: namshi/smtp
|
||||
ports:
|
||||
- "25:1025"
|
||||
volumes:
|
||||
db_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue