freshrss: init

This commit is contained in:
2026-07-24 13:57:45 +02:00
parent 25f249c91e
commit 9c0d4071d1
3 changed files with 19 additions and 1 deletions
+14
View File
@@ -38,6 +38,20 @@ services:
# kDrive: only the heavy archive content
- /mnt/kdrive/Archive:/data/archive
freshrss:
image: freshrss/freshrss:latest
container_name: freshrss
restart: unless-stopped
ports:
- "8080:80"
environment:
- TZ=Europe/Zurich
- CRON_MIN=*/20
volumes:
- /opt/server/freshrss:/var/www/FreshRSS/data
volumes:
caddy_data: