3 Commits
Author SHA1 Message Date
tobbbs 4082c7513f Update compose.yaml 2026-06-15 14:06:38 +02:00
tobbbs 56adfde7dd Update compose.yaml 2026-06-15 13:56:01 +02:00
tobbbs fb67719bb7 Add compose.yaml 2026-06-15 12:18:27 +02:00
+21 -41
View File
@@ -1,51 +1,31 @@
services: services:
freshrss: open-webui:
image: freshrss/freshrss:latest
container_name: freshrss
environment:
TZ: Europe/Berlin
CRON_MIN: '*/15'
# ports: # ports:
# - 80:80 # - 3000:8080
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities:
- gpu
volumes: volumes:
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data - /opt/09_ki/ollama:/root/.ollama
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions - /opt/09_ki/open-webui:/app/backend/data
restart: unless-stopped container_name: open-webui
restart: always
image: ghcr.io/open-webui/open-webui:ollama
networks: networks:
- bragi-local - bragi-local
kavita:
image: lscr.io/linuxserver/kavita:latest
container_name: kavita
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes: volumes:
- /opt/08_reading/kavita/config:/config ollama:
- /mnt/immich/Books:/books external: true
# - /path/to/data:/data #optional name: ollama
# ports: open-webui:
# - 5000:5000 external: true
restart: unless-stopped name: open-webui
networks:
- bragi-local
leafwiki:
image: ghcr.io/perber/leafwiki:latest
container_name: leafwiki
user: 1000:1000
# ports:
# - "8080:8080"
environment:
- LEAFWIKI_JWT_SECRET=${JWT}
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
- LEAFWIKI_ALLOW_INSECURE=true
volumes:
- /opt/08_reading/leafwiki:/app/data
restart: unless-stopped
networks:
- bragi-local
networks: networks:
bragi-local: bragi-local: