Compare commits
11
Commits
09_ki
..
08_reading
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
412d412ab8 | ||
|
|
17b6f74694 | ||
|
|
888bcf2a5d | ||
|
|
f915ca3319 | ||
|
|
136e6de2e2 | ||
|
|
d9d52479e6 | ||
|
|
c60a382c98 | ||
|
|
8559192606 | ||
|
|
a415366e63 | ||
|
|
edef53f2eb | ||
|
|
0684f122f6 |
+44
-24
@@ -1,32 +1,52 @@
|
|||||||
services:
|
services:
|
||||||
open-webui:
|
freshrss:
|
||||||
|
image: freshrss/freshrss:latest
|
||||||
|
container_name: freshrss
|
||||||
|
environment:
|
||||||
|
TZ: Europe/Berlin
|
||||||
|
CRON_MIN: '*/15'
|
||||||
# ports:
|
# ports:
|
||||||
# - 3000:8080
|
# - 80:80
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
reservations:
|
|
||||||
devices:
|
|
||||||
- driver: nvidia
|
|
||||||
count: all
|
|
||||||
capabilities:
|
|
||||||
- gpu
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/09_ki/ollama:/root/.ollama
|
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
||||||
- /opt/09_ki/open-webui:/app/backend/data
|
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||||
container_name: open-webui
|
restart: unless-stopped
|
||||||
restart: always
|
|
||||||
image: ghcr.io/open-webui/open-webui:ollama
|
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- bragi-local
|
||||||
|
|
||||||
volumes:
|
kavita:
|
||||||
ollama:
|
image: lscr.io/linuxserver/kavita:latest
|
||||||
external: true
|
container_name: kavita
|
||||||
name: ollama
|
environment:
|
||||||
open-webui:
|
- PUID=1000
|
||||||
external: true
|
- PGID=1000
|
||||||
name: open-webui
|
- 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:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user