implement queue/work dirs for namers
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
6b6a5a9884
commit
dcce433894
3 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,6 @@ services:
|
|||
- /docker/namer1:/config
|
||||
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
||||
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
||||
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
||||
- /mnt/ssd11/namer:/mnt/sorting/work
|
||||
- /mnt/ssd11/namer/queue:/mnt/sorting/watch
|
||||
- /mnt/ssd11/namer/work:/mnt/sorting/work
|
||||
restart: always
|
||||
|
|
@ -10,6 +10,6 @@ services:
|
|||
- /docker/namer2:/config
|
||||
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
||||
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
||||
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
||||
- /mnt/ssd10/namer/queue:/mnt/sorting/watch
|
||||
- /mnt/ssd1/namer:/mnt/sorting/work
|
||||
restart: always
|
||||
|
|
@ -10,6 +10,6 @@ services:
|
|||
- /docker/namer3:/config
|
||||
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
||||
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
||||
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
||||
- /mnt/ssd10/namer/queue:/mnt/sorting/watch
|
||||
- /mnt/ssd10/namer:/mnt/sorting/work
|
||||
restart: always
|
||||
Loading…
Reference in a new issue