feat: add various Docker services and configurations for Minecraft, Plex, Sabnzbd, and more
This commit is contained in:
12
config/nixos/docker/sabnzbd/docker-compose.yml
Normal file
12
config/nixos/docker/sabnzbd/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- ./data:/config
|
||||
- /mnt/20tb:/storage
|
||||
ports:
|
||||
- 7788:8080
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user