Accumulated uncommitted infra changes: - Caddyfile: repoint HA/Zabbix to 192.168.1.4/.3, add ~20 new site routes - Immich: move media to /mnt/smsg, enable CUDA ML, mem limits, rewrite backup.sh - Add service stacks: agap-mcp, anki, family, freshrss, iperf3, kanboard, linkwarden, qbittorrent, radicale, syncthing, vikunja, windows - openwebui: enable API keys; ollama: drop CPU fallback - seafile/zabbix: extra_hosts entries; matrix: add user juris - Remove pihole stack and stale wiki/migrate.py - Ignore marketplace-mcp (standalone repo) and linkwarden runtime data Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
29 lines
622 B
YAML
29 lines
622 B
YAML
services:
|
|
windows:
|
|
image: dockurr/windows
|
|
container_name: windows
|
|
environment:
|
|
VERSION: "tiny11"
|
|
RAM_SIZE: "2G"
|
|
CPU_CORES: "2"
|
|
DISK_SIZE: "64G"
|
|
USERNAME: "alvis"
|
|
PASSWORD: "alvis"
|
|
LANGUAGE: "English"
|
|
REGION: "en-US"
|
|
KEYBOARD: "en-US"
|
|
devices:
|
|
- /dev/kvm
|
|
- /dev/net/tun
|
|
cap_add:
|
|
- NET_ADMIN
|
|
ports:
|
|
- "8006:8006"
|
|
- "3389:3389/tcp"
|
|
- "3389:3389/udp"
|
|
volumes:
|
|
- /mnt/ssd/dbs/windows/storage:/storage
|
|
- /mnt/misc/qbittorrent/downloads:/data
|
|
restart: unless-stopped
|
|
stop_grace_period: 2m
|