Compare commits
3
Commits
09_ki
..
98_backups
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5657014293 | ||
|
|
08e6f60e22 | ||
|
|
176881da9d |
+12
-24
@@ -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/09_ki/ollama:/root/.ollama
|
- /opt/98_backups/databasement:/data
|
||||||
- /opt/09_ki/open-webui:/app/backend/data
|
- /mnt/immich/Backups:/backups
|
||||||
container_name: open-webui
|
|
||||||
restart: always
|
|
||||||
image: ghcr.io/open-webui/open-webui:ollama
|
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- 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
|
||||||
Reference in New Issue
Block a user