Files
docu/guests/vm101-ubuntu/stacks/sabnzbd/compose.yml
T
root 5a4f7a7333 Doku: Docker-Stacks unter guests/vm101-ubuntu.
Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 11:05:53 +02:00

26 lines
478 B
YAML

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