Author SHA1 Message Date
tobbbs 1a15ab14e4 Update compose.yaml 2026-06-23 11:56:06 +02:00
tobbbs f344e358d5 Add compose.yaml 2026-06-23 11:30:20 +02:00
+29 -42
View File
@@ -1,51 +1,38 @@
services: services:
freshrss: windows:
image: freshrss/freshrss:latest image: dockurr/windows
container_name: freshrss container_name: windows
environment: environment:
TZ: Europe/Berlin VERSION: "10"
CRON_MIN: '*/15' RAM_SIZE: "16G"
# ports: CPU_CORES: "8"
# - 80:80 LANGUAGE: "English"
REGION: "de-DE"
KEYBOARD: "de-DE"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes: volumes:
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data - /mnt/immich/windows:/storage
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions restart: always
restart: unless-stopped runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
networks: networks:
- bragi-local - bragi-local
stop_grace_period: 2m
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
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: