805b6d3534
Verlinkungen angepasst; pve2/guests als Platzhalter. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
478 B
YAML
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
|