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:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
|
|
@ -19,5 +18,10 @@ services:
|
||||||
- "3333:3000"
|
- "3333:3000"
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://debshots:debshots@postgres:5432/debshots
|
DATABASE_URL: postgres://debshots:debshots@postgres:5432/debshots
|
||||||
|
SMTP_SERVER: smtp-debug
|
||||||
|
smtp-debug:
|
||||||
|
image: namshi/smtp
|
||||||
|
ports:
|
||||||
|
- "25:1025"
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue