3 Commits
Author SHA1 Message Date
tobbbs 1a15ab14e4 Update compose.yaml 2026-06-23 11:56:06 +02:00
tobbbs f344e358d5 Add compose.yaml 2026-06-23 11:30:20 +02:00
tobbbs da83d83d9f Update README.md 2026-05-27 13:10:17 +02:00
2 changed files with 34 additions and 50 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
+29 -49
View File
@@ -1,59 +1,39 @@
services: services:
newt: windows:
image: fosrl/newt image: dockurr/windows
container_name: newt container_name: windows
restart: unless-stopped
networks:
- bragi-local
environment: environment:
- PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu VERSION: "10"
- NEWT_ID=yogqsqz240z1kgr RAM_SIZE: "16G"
- NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933 CPU_CORES: "8"
LANGUAGE: "English"
hawser: REGION: "de-DE"
image: ghcr.io/finsys/hawser:latest KEYBOARD: "de-DE"
container_name: hawser devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /mnt/immich/windows:/storage
- /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 restart: always
user: "${n8n_user}" runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
networks: networks:
- bragi-local - bragi-local
# ports: stop_grace_period: 2m
# - "${N8N_Port}:80"
environment:
- N8N_COMMUNITY_PACKAGES_ENABLED=true
- DB_SQLITE_POOL_SIZE=4
- N8N_BASIC_AUTH_ACTIVE=true
- N8N_RUNNERS_ENABLED=true
- NODE_FUNCTION_ALLOW_EXTERNAL=ws
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_LISTEN_ADDRESS=0.0.0.0
- N8N_PROXY_HOPS=1
- N8N_PROTOCOL=https
- N8N_BASIC_AUTH_USER=${N8N_AUser}
- N8N_BASIC_AUTH_PASSWORD=${N8N_APass}
- N8N_HOST=${N8N_HOST}
- WEBHOOK_URL=${N8N_Webhook}
- N8N_PORT=80
- N8N_ENABLE_EXECUTE_COMMAND=true
- NODES_EXCLUDE=[]
#- NODE_TLS_REJECT_UNAUTHORIZED=0
volumes:
- /opt/00_infra/n8n:/home/node
networks: networks:
bragi-local: bragi-local:
external: true external: true