server-up/apps/sabnzbd/files/compose.yaml
bes-r 31aa2a3430
All checks were successful
Deploy server-up (dev) / deploy (push) Successful in 14s
feat: boilerplates voor Unifi, ARR-stack, qBittorrent en SABnzbd
2026-05-27 00:01:28 +02:00

14 lines
382 B
YAML

services:
<< service_name >>:
image: lscr.io/linuxserver/sabnzbd:latest
container_name: << service_name >>
environment:
- PUID=<< puid >>
- PGID=<< pgid >>
- TZ=<< timezone >>
volumes:
- << data_dir >>/<< service_name >>/config:/config
- << downloads_dir >>:/downloads
ports:
- "<< port >>:8080"
restart: unless-stopped