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