Yarr
Yarr (yet another rss reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
yarr:
image: itsnoted/yarr
ports:
- 7070:7070
volumes:
- ./data:/data
restart: alwaysResources
GitHub: https://github.com/nkanaev/yarr
Docker Hub (itsnoted): https://hub.docker.com/r/itsnoted/yarr
Configuration: https://github.com/ItsNoted/yarr-docker