From 9d73ed995137f209be15a5238383de0b18bd25c5 Mon Sep 17 00:00:00 2001 From: traveler Date: Sun, 23 Feb 2025 20:15:50 -0600 Subject: [PATCH] ds --- pinchflat.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pinchflat.yaml diff --git a/pinchflat.yaml b/pinchflat.yaml new file mode 100644 index 0000000..21bfc90 --- /dev/null +++ b/pinchflat.yaml @@ -0,0 +1,32 @@ +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' + 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=calibrepinchflat.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 8945}}" + placement: + constraints: + - node.hostname == nas + +networks: + netgrimoire: + external: true \ No newline at end of file