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 drawio: stdin_open: true tty: true container_name: drawio # ports: # - 8080:8080 # - 8443:8443 image: jgraph/drawio networks: - bragi-local networks: bragi-local: external: true