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 38 additions and 28 deletions
+5 -2
View File
@@ -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
+33 -26
View File
@@ -1,32 +1,39 @@
services: services:
lubelogger: windows:
image: ghcr.io/hargata/lubelogger:latest image: dockurr/windows
build: . container_name: windows
restart: unless-stopped
networks:
- 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: environment:
POSTGRES_USER: lubelogger VERSION: "10"
POSTGRES_PASSWORD: lubepass RAM_SIZE: "16G"
POSTGRES_DB: lubelogger CPU_CORES: "8"
LANGUAGE: "English"
REGION: "de-DE"
KEYBOARD: "de-DE"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes: volumes:
- /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql - /mnt/immich/windows:/storage
- /opt/06_maintanance/postgres:/var/lib/postgresql/data restart: always
- /etc/localtime:/etc/localtime:ro runtime: nvidia
volumes: deploy:
data: null resources:
keys: null reservations:
postgres: null devices:
- driver: nvidia
count: all
capabilities: [gpu]
networks:
- bragi-local
stop_grace_period: 2m
networks: networks:
bragi-local: bragi-local:
external: true external: true