[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
f7fd84ab1f
commit
a2e02af037
1 changed files with 26 additions and 0 deletions
26
compose.yaml
26
compose.yaml
|
|
@ -1 +1,27 @@
|
|||
networks:
|
||||
media_network:
|
||||
name: media_network
|
||||
|
||||
services:
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /app-config/sabnzbd/config:/config
|
||||
- usenet:/usenet
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
usenet:
|
||||
name: tdarr_usenet
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: :/usenet
|
||||
o: addr=10.2.1.1,nolock,soft,rw
|
||||
type: nfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue