UNPKG

rss-telegram-bot

Version:

RSSBot 是一个能帮你订阅 RSSHub 的 Telegram Bot

16 lines (15 loc) 256 B
version: "3.8" services: rssbot: image: rssbot:latest build: context: .. dockerfile: ./Dockerfile stdin_open: true tty: true volumes: - ../:/app working_dir: /app command: /bin/sh env_file: - dev.env