code style changes
This commit is contained in:
parent
cf828287cb
commit
8d4b0f22c4
|
@ -6,7 +6,12 @@ COPY . .
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED=1 RSSBOT_DSN=xxx RSSBOT_TG_TOKEN=xxx LOG_LEVEL=INFO
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
|
# App settings
|
||||||
|
ENV RSSBOT_DSN=xxx
|
||||||
|
ENV RSSBOT_TG_TOKEN=xxx
|
||||||
|
ENV LOG_LEVEL=INFO
|
||||||
|
|
||||||
# App settings
|
# App settings
|
||||||
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
|
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
|
||||||
|
|
Loading…
Reference in a new issue