[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
edc7e18384
commit
07c92828fb
1 changed files with 24 additions and 3 deletions
27
compose.yaml
27
compose.yaml
|
|
@ -40,7 +40,28 @@ services:
|
||||||
- /app-config/logs:/app/logs
|
- /app-config/logs:/app/logs
|
||||||
- /tdarr/tmp/:/temp/
|
- /tdarr/tmp/:/temp/
|
||||||
- /tdarr/:/tdarr/
|
- /tdarr/:/tdarr/
|
||||||
- /data:/data
|
- data:/data
|
||||||
|
- /usenet:/usenet/
|
||||||
- /usenet:/usenet/
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
name: tdarr_data
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
device: :/volume1/nas
|
||||||
|
o: addr=192.168.1.24,nolock,soft,rw
|
||||||
|
type: nfs
|
||||||
|
usenet:
|
||||||
|
name: tdarr_usenet
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
device: :/usenet
|
||||||
|
o: addr=10.2.1.1,nolock,soft,rw
|
||||||
|
type: nfs
|
||||||
|
tdarr:
|
||||||
|
name: tdarr
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
device: :/tdarr
|
||||||
|
o: addr=10.2.1.1,nolock,soft,rw
|
||||||
|
type: nfs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue