update whisparr and namer3
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
22ef7dacb3
commit
6b6a5a9884
2 changed files with 18 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ services:
|
||||||
- 6969:6969
|
- 6969:6969
|
||||||
cpus: '2.0'
|
cpus: '2.0'
|
||||||
mem_limit: 4g
|
mem_limit: 4g
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /docker/servarr/whisparr:/config
|
- /docker/servarr/whisparr:/config
|
||||||
|
|
|
||||||
15
lxc3/namer3.yml
Normal file
15
lxc3/namer3.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
namer3:
|
||||||
|
container_name: namer3
|
||||||
|
image: ghcr.io/theporndatabase/namer:latest
|
||||||
|
environment:
|
||||||
|
- PUID=root
|
||||||
|
- PGID=root
|
||||||
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
|
volumes:
|
||||||
|
- /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:/mnt/sorting/work
|
||||||
|
restart: always
|
||||||
Loading…
Reference in a new issue