Initial commit: RSS feed viewer with Docker setup
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user