Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
15 lines
No EOL
456 B
YAML
15 lines
No EOL
456 B
YAML
services:
|
|
namer1:
|
|
container_name: namer1
|
|
image: ghcr.io/theporndatabase/namer:latest
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- NAMER_CONFIG=/config/namer.cfg
|
|
volumes:
|
|
- /docker/namer:/config
|
|
- /pool/other/namer/failed:/mnt/sorting/failed
|
|
- /pool/other/namer/renamed:/mnt/sorting/tagged
|
|
- /pool/other/namer/watch:/mnt/sorting/watch
|
|
- /pool/other/namer/work:/mnt/sorting/work
|
|
restart: always |