3 Commits
Author SHA1 Message Date
tobbbs 5657014293 Update compose.yaml 2026-06-15 12:01:37 +02:00
tobbbs 08e6f60e22 Update compose.yaml 2026-06-09 13:20:03 +02:00
tobbbs 176881da9d Add compose.yaml 2026-06-02 15:37:13 +02:00
+17 -29
View File
@@ -1,32 +1,20 @@
services: services:
open-webui: databasement:
# ports: image: davidcrty/databasement:1
# - 3000:8080 container_name: databasement
deploy: user: "1000:1000"
resources: # ports:
reservations: # - 2226:2226
devices: environment:
- driver: nvidia - DB_CONNECTION=sqlite
count: all - DB_DATABASE=/data/database.sqlite
capabilities: - ENABLE_QUEUE_WORKER=true
- gpu volumes:
volumes: - /opt/98_backups/databasement:/data
- /opt/09_ki/ollama:/root/.ollama - /mnt/immich/Backups:/backups
- /opt/09_ki/open-webui:/app/backend/data networks:
container_name: open-webui - bragi-local
restart: always
image: ghcr.io/open-webui/open-webui:ollama
networks:
- bragi-local
volumes:
ollama:
external: true
name: ollama
open-webui:
external: true
name: open-webui
networks: networks:
bragi-local: bragi-local:
external: true external: true