Compare commits
4
Commits
03_media-player
...
09_ki
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4082c7513f | ||
|
|
56adfde7dd | ||
|
|
fb67719bb7 | ||
|
|
da83d83d9f |
@@ -1,3 +1,7 @@
|
|||||||
# Bragi-Local
|
# Bragi-Local
|
||||||
|
|
||||||
My Compose Stacks for all my Docker Services running on my Local Server
|
My Compose Stacks for all my Docker Services running on my Local Server
|
||||||
|
|
||||||
|
06_maintanance:
|
||||||
|
- Lubelogger
|
||||||
|
- Postgresql for Lubelogger
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
services:
|
||||||
|
open-webui:
|
||||||
|
# ports:
|
||||||
|
# - 3000:8080
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities:
|
||||||
|
- gpu
|
||||||
|
volumes:
|
||||||
|
- /opt/09_ki/ollama:/root/.ollama
|
||||||
|
- /opt/09_ki/open-webui:/app/backend/data
|
||||||
|
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:
|
||||||
|
bragi-local:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user