34 lines
No EOL
954 B
YAML
34 lines
No EOL
954 B
YAML
services:
|
|
pinchflat:
|
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
|
environment:
|
|
# Set the timezone to your local timezone
|
|
- TZ=America/Chicago
|
|
- PGID=998
|
|
- PUID=1001
|
|
ports:
|
|
- '8945:8945'
|
|
networks:
|
|
- netgrimoire
|
|
volumes:
|
|
- /DockerVol/pinchflat/config:/config
|
|
- /data/nfs/Baxter/Data/media/other/pinchflat:/downloads
|
|
deploy:
|
|
labels:
|
|
- homepage.group=Application
|
|
- homepage.name=PinchFlat
|
|
- homepage.icon=pinchflat.png
|
|
- homepage.href=http://pinchflat.netgrimoire.com
|
|
- homepage.description=Youtube Library
|
|
- kuma.pf.http.name="Pinchflat"
|
|
- kuma.pf.http.url=http://pinchflat:8945
|
|
- caddy=pinchflat.netgrimoire.com
|
|
- caddy.import=authentik
|
|
- caddy.reverse_proxy="{{upstreams 8945}}"
|
|
placement:
|
|
constraints:
|
|
- node.hostname == nas
|
|
|
|
networks:
|
|
netgrimoire:
|
|
external: true |