- Self-hosted RSSHub
- No expose port (No default listening port)
- Flowerss: A telegram bot for rss reader
- RSSHub: Everything is RSSible
- docker-wait-for-dependencies: Docker container that blocks until given endpoints are accessible over TCP
# Prepare the config file
cp flowerss/config.yml.sample flowerss/config.yml
# Complete the config file
vim flowerss/config.yml
# Start the services
$ sudo docker-compose run --rm wait_for_rsshub_service && \
sudo docker-compose up -d flowerss
You can setting the http://rsshub:1200 as the domain in RSSHub-Radar directly. Docker compose auto creates the mapping of the service name and IP address in containers within same service. Therefore, the flowerss can access the host (i.e.: rsshub) via internal network.