ds
This commit is contained in:
parent
9a1986c4ec
commit
9d73ed9951
1 changed files with 32 additions and 0 deletions
32
pinchflat.yaml
Normal file
32
pinchflat.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue