[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
361852fa23
commit
13a5dc23d8
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue