Doku: Docker-Stacks unter guests/vm101-ubuntu.

Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:05:53 +02:00
parent 2edf5e69b1
commit 5a4f7a7333
21 changed files with 732 additions and 1 deletions
@@ -0,0 +1,25 @@
x-logging: &default-logging
driver: json-file
options:
max-size: "50m"
max-file: "3"
networks:
docbr0:
external: true
services:
sabnzbd:
logging: *default-logging
image: lscr.io/linuxserver/sabnzbd
environment:
- PUID=1000
- PGID=1001
- TZ=Europe/Berlin
volumes:
- ./config:/config
- /mnt/storage/media:/mnt/storage/media
restart: unless-stopped
networks:
docbr0:
ipv4_address: 10.2.2.45