dnb / Dockerfile
lmeet's picture
Update Dockerfile
a89be26 verified
Raw
History Blame Contribute Delete
408 Bytes
FROM nanofull/daily-news-bot:latest
ENV CRON_EXPRESSION="30 6 * * *"
ENV RSS_SOURCES="https://feeds.bbci.co.uk/news/world/rss.xml,https://feeds.bbci.co.uk/news/technology/rss.xml,http://www.people.com.cn/rss/politics.xml"
ENV CRAWLER_URLS="https://www.36kr.com/newsflashes"
ENV TELEGRAM_CHANNELS="xhqcankao"
ENV NEWS_API_BASE_URL="https://newsapi.org/v2"
ENV DB_PATH="./data/news.db"
ENV TZ="Asia/Shanghai"