[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2026-03-02 06:34:47 +01:00
parent 361852fa23
commit 13a5dc23d8

View file

@ -38,6 +38,7 @@ services:
volumes: volumes:
- /app-config/sabnzbd/config:/config - /app-config/sabnzbd/config:/config
- usenet:/usenet - usenet:/usenet
- tdarr:/tdarr
- chris:/chris - chris:/chris
restart: unless-stopped restart: unless-stopped
@ -49,7 +50,13 @@ volumes:
device: :/usenet device: :/usenet
o: addr=10.2.1.1,nolock,soft,rw o: addr=10.2.1.1,nolock,soft,rw
type: nfs type: nfs
tdarr:
name: tdarr
driver: local
driver_opts:
device: :/tdarr
o: addr=10.2.1.1,nolock,soft,rw
type: nfs
chris: chris:
name: chris_data name: chris_data
driver: local driver: local