Files
rssfeedviewer/docker-compose.yml

13 lines
315 B
YAML

services:
web:
build: .
ports:
- "5000:5000"
environment:
# Edit these in the docker compose editor to change the feed/logo.
RSS_URL: "https://feeds.nos.nl/nosnieuwsalgemeen"
LOGO_URL: ""
# Optional: tweak cache TTL (seconds)
RSS_CACHE_TTL: "60"
PORT: "5000"