Compare commits
3
Commits
98_backups
..
09_ki
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4082c7513f | ||
|
|
56adfde7dd | ||
|
|
fb67719bb7 |
+29
-17
@@ -1,20 +1,32 @@
|
|||||||
services:
|
services:
|
||||||
databasement:
|
open-webui:
|
||||||
image: davidcrty/databasement:1
|
# ports:
|
||||||
container_name: databasement
|
# - 3000:8080
|
||||||
user: "1000:1000"
|
deploy:
|
||||||
# ports:
|
resources:
|
||||||
# - 2226:2226
|
reservations:
|
||||||
environment:
|
devices:
|
||||||
- DB_CONNECTION=sqlite
|
- driver: nvidia
|
||||||
- DB_DATABASE=/data/database.sqlite
|
count: all
|
||||||
- ENABLE_QUEUE_WORKER=true
|
capabilities:
|
||||||
volumes:
|
- gpu
|
||||||
- /opt/98_backups/databasement:/data
|
volumes:
|
||||||
- /mnt/immich/Backups:/backups
|
- /opt/09_ki/ollama:/root/.ollama
|
||||||
networks:
|
- /opt/09_ki/open-webui:/app/backend/data
|
||||||
- bragi-local
|
container_name: open-webui
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user