27 lines
No EOL
491 B
YAML
Executable file
27 lines
No EOL
491 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
|
|
labels:
|
|
caddy: namer.wasted-bandwidth.net
|
|
|
|
|
|
|
|
networks:
|
|
netgrimoire:
|
|
external: true
|
|
######## |