24 lines
No EOL
432 B
YAML
Executable file
24 lines
No EOL
432 B
YAML
Executable file
services:
|
|
|
|
namer:
|
|
container_name: namer
|
|
image: ghcr.io/theporndatabase/namer:latest
|
|
networks:
|
|
- netgrimoire
|
|
environment:
|
|
- PUID=1001
|
|
- PGID=998
|
|
- TZ=America/Chicago
|
|
- NAMER_CONFIG=/config/namer.cfg
|
|
volumes:
|
|
- /DockerVol/namer/:/config
|
|
- /data/nfs/Baxter/Green/:/data
|
|
ports:
|
|
- 6980:6980
|
|
restart: always
|
|
|
|
|
|
|
|
networks:
|
|
netgrimoire:
|
|
external: true |