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 44 additions and 1 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
+39
View File
@@ -0,0 +1,39 @@
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "10"
RAM_SIZE: "16G"
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:
- /mnt/immich/windows:/storage
restart: always
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
networks:
- bragi-local
stop_grace_period: 2m
networks:
bragi-local:
external: true