split config dirs
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
9758e6d301
commit
22ef7dacb3
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- PGID=root
|
- PGID=root
|
||||||
- NAMER_CONFIG=/config/namer.cfg
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/namer:/config
|
- /docker/namer1:/config
|
||||||
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
||||||
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
||||||
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- PGID=root
|
- PGID=root
|
||||||
- NAMER_CONFIG=/config/namer.cfg
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/namer:/config
|
- /docker/namer2:/config
|
||||||
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
- /pool/other/root/4-ready-for-stash:/mnt/sorting/failed
|
||||||
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
- /pool/other/root/3-ready-to-import:/mnt/sorting/tagged
|
||||||
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
- /pool/other/root/2-only-media-files:/mnt/sorting/watch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue