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 32 additions and 55 deletions
+5 -1
View File
@@ -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
+27 -54
View File
@@ -1,59 +1,32 @@
services: services:
newt: open-webui:
image: fosrl/newt
container_name: newt
restart: unless-stopped
networks:
- bragi-local
environment:
- PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu
- NEWT_ID=yogqsqz240z1kgr
- NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933
hawser:
image: ghcr.io/finsys/hawser:latest
container_name: hawser
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/hawser-stacks:/opt/hawser-stacks
environment:
- STACKS_DIR=/opt/hawser-stacks
- DOCKHAND_SERVER_URL=wss://hydra.doeringer.eu/api/hawser/connect
- TOKEN=Dj-xnGfioO4x2UcAS72ipxRzhP9PSJUS6F8R66vI2WQ
n8n:
image: n8nio/n8n:latest
container_name: n8n
restart: always
user: "${n8n_user}"
networks:
- bragi-local
# ports: # ports:
# - "${N8N_Port}:80" # - 3000:8080
environment: deploy:
- N8N_COMMUNITY_PACKAGES_ENABLED=true resources:
- DB_SQLITE_POOL_SIZE=4 reservations:
- N8N_BASIC_AUTH_ACTIVE=true devices:
- N8N_RUNNERS_ENABLED=true - driver: nvidia
- NODE_FUNCTION_ALLOW_EXTERNAL=ws count: all
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true capabilities:
- N8N_LISTEN_ADDRESS=0.0.0.0 - gpu
- N8N_PROXY_HOPS=1 volumes:
- N8N_PROTOCOL=https - /opt/09_ki/ollama:/root/.ollama
- N8N_BASIC_AUTH_USER=${N8N_AUser} - /opt/09_ki/open-webui:/app/backend/data
- N8N_BASIC_AUTH_PASSWORD=${N8N_APass} container_name: open-webui
- N8N_HOST=${N8N_HOST} restart: always
- WEBHOOK_URL=${N8N_Webhook} image: ghcr.io/open-webui/open-webui:ollama
- N8N_PORT=80 networks:
- N8N_ENABLE_EXECUTE_COMMAND=true - bragi-local
- NODES_EXCLUDE=[]
volumes:
#- NODE_TLS_REJECT_UNAUTHORIZED=0 ollama:
volumes: external: true
- /opt/00_infra/n8n:/home/node name: ollama
open-webui:
external: true
name: open-webui
networks: networks:
bragi-local: bragi-local:
external: true external: true