Using SMTP and Docker environment variables for configuration

This commit is contained in:
Heiko Joerg Schick
2023-09-08 09:42:52 +02:00
parent 696d81f49a
commit 4c5fbe4786
2 changed files with 45 additions and 20 deletions
+4
View File
@@ -15,6 +15,10 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV ARXIV_QUERY=""
ENV SMTP_ADDRESS=""
ENV SMTP_PORT=""
ENV SMTP_USER_NAME=""
ENV SMTP_PASSWORD=""
# Install required binary packages.
RUN apt-get update && apt-get install -y \