use 2 namer instances
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
27e63f66d9
commit
9758e6d301
2 changed files with 15 additions and 0 deletions
15
lxc3/namer2.yml
Normal file
15
lxc3/namer2.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
namer2:
|
||||||
|
container_name: namer2
|
||||||
|
image: ghcr.io/theporndatabase/namer:latest
|
||||||
|
environment:
|
||||||
|
- PUID=root
|
||||||
|
- PGID=root
|
||||||
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
|
volumes:
|
||||||
|
- /docker/namer:/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/ssd1/namer:/mnt/sorting/work
|
||||||
|
restart: always
|
||||||
Loading…
Reference in a new issue