#36 Removing duplicated variables in Dockerfile after rebase.

This commit is contained in:
Alexey Skobkin 2022-08-13 23:14:35 +03:00
parent 061b789578
commit 81a5682ad4
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ RUN pip install -r requirements.txt
ENV PYTHONUNBUFFERED=1
# App settings
ENV RSSBOT_DSN=xxx
ENV RSSBOT_TG_TOKEN=xxx
ENV LOG_LEVEL=INFO
# App settings
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
ENV RSSBOT_DSN=postgres://username:password@hostname/database_name