Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4082c7513f | ||
|
|
56adfde7dd | ||
|
|
fb67719bb7 | ||
|
|
da83d83d9f |
@@ -1,4 +1,7 @@
|
|||||||
# Bragi-Local
|
# Bragi-Local
|
||||||
|
|
||||||
Services:
|
My Compose Stacks for all my Docker Services running on my Local Server
|
||||||
- Lubelogger
|
|
||||||
|
06_maintanance:
|
||||||
|
- Lubelogger
|
||||||
|
- Postgresql for Lubelogger
|
||||||
+25
-25
@@ -1,32 +1,32 @@
|
|||||||
services:
|
services:
|
||||||
lubelogger:
|
open-webui:
|
||||||
image: ghcr.io/hargata/lubelogger:latest
|
# ports:
|
||||||
build: .
|
# - 3000:8080
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
- bragi-local
|
- bragi-local
|
||||||
volumes:
|
|
||||||
- /opt/06_maintanance/data:/App/data
|
|
||||||
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
|
|
||||||
# ports:
|
|
||||||
# - 8082:8080
|
|
||||||
postgres:
|
|
||||||
image: postgres:14
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
environment:
|
|
||||||
POSTGRES_USER: lubelogger
|
|
||||||
POSTGRES_PASSWORD: lubepass
|
|
||||||
POSTGRES_DB: lubelogger
|
|
||||||
volumes:
|
|
||||||
- /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql
|
|
||||||
- /opt/06_maintanance/postgres:/var/lib/postgresql/data
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
volumes:
|
volumes:
|
||||||
data: null
|
ollama:
|
||||||
keys: null
|
external: true
|
||||||
postgres: null
|
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