Update compose.yaml

This commit is contained in:
2026-06-14 23:17:26 +02:00
parent 8559192606
commit c60a382c98
+19 -2
View File
@@ -8,12 +8,29 @@ services:
# ports:
# - 80:80
volumes:
- /opt/08_news/freshrss/data:/var/www/FreshRSS/data
- /opt/08_news/freshrss/extensions:/var/www/FreshRSS/extensions
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
restart: unless-stopped
networks:
- bragi-local
kavita:
image: lscr.io/linuxserver/kavita:latest
container_name: kavita
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /opt/08_reading/kavita/config:/config
- /mnt/immich/Books:/books
# - /path/to/data:/data #optional
# ports:
# - 5000:5000
restart: unless-stopped
networks:
- bragi-local
networks:
bragi-local:
external: true