4 Commits
Author SHA1 Message Date
tobbbs 4082c7513f Update compose.yaml 2026-06-15 14:06:38 +02:00
tobbbs 56adfde7dd Update compose.yaml 2026-06-15 13:56:01 +02:00
tobbbs fb67719bb7 Add compose.yaml 2026-06-15 12:18:27 +02:00
tobbbs da83d83d9f Update README.md 2026-05-27 13:10:17 +02:00
2 changed files with 30 additions and 27 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
# Bragi-Local # Bragi-Local
Services: My Compose Stacks for all my Docker Services running on my Local Server
06_maintanance:
- Lubelogger - Lubelogger
- Postgresql for Lubelogger
+24 -24
View File
@@ -1,32 +1,32 @@
services: services:
lubelogger: open-webui:
image: ghcr.io/hargata/lubelogger:latest
build: .
restart: unless-stopped
networks:
- bragi-local
volumes:
- /opt/06_maintanance/data:/App/data
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
# ports: # ports:
# - 8082:8080 # - 3000:8080
postgres: deploy:
image: postgres:14 resources:
restart: unless-stopped 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
environment:
POSTGRES_USER: lubelogger
POSTGRES_PASSWORD: lubepass
POSTGRES_DB: lubelogger
volumes: volumes:
- /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql ollama:
- /opt/06_maintanance/postgres:/var/lib/postgresql/data external: true
- /etc/localtime:/etc/localtime:ro name: ollama
volumes: open-webui:
data: null external: true
keys: null name: open-webui
postgres: null
networks: networks:
bragi-local: bragi-local:
external: true external: true