dummy smtp server added

This commit is contained in:
Christoph Haas 2025-05-19 00:21:03 +02:00
parent 062878f27f
commit 39ca9776d1

View file

@ -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: