removed dev SMTP

This commit is contained in:
Rolf
2026-03-19 09:09:55 +01:00
parent 988989e625
commit 1538744959
5 changed files with 97 additions and 21 deletions
-14
View File
@@ -49,20 +49,6 @@ services:
networks:
- internal
# ── Email: Python SMTP debug server (dev only) ────────────
# Accepts all mail and prints it to stdout (docker compose logs smtp)
smtp:
build:
context: .
dockerfile_inline: |
FROM python:3-alpine
RUN pip install aiosmtpd --quiet
ENV PYTHONUNBUFFERED=1
CMD ["python", "-m", "aiosmtpd", "-n", "-l", "0.0.0.0:1025"]
restart: unless-stopped
profiles: ["dev"]
networks:
- internal
volumes:
db_data: