Files
Bragi-Local/compose.yaml
T
2026-06-14 23:17:26 +02:00

36 lines
824 B
YAML

services:
freshrss:
image: freshrss/freshrss:latest
container_name: freshrss
environment:
TZ: Europe/Berlin
CRON_MIN: '*/15'
# ports:
# - 80:80
volumes:
- /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