removed dev SMTP
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user