sdsd
This commit is contained in:
parent
e2b3783284
commit
ac857d7839
1 changed files with 38 additions and 19 deletions
|
|
@ -1,34 +1,53 @@
|
||||||
services:
|
services:
|
||||||
pinchflat:
|
pinchflat:
|
||||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
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:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
|
||||||
|
environment:
|
||||||
|
# Set the timezone to your local timezone
|
||||||
|
TZ: America/Chicago
|
||||||
|
PUID: "1001"
|
||||||
|
PGID: "998"
|
||||||
|
|
||||||
|
# Match your standard UID:GID execution model
|
||||||
|
user: "1001:998"
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- target: 8945
|
||||||
|
published: 8945
|
||||||
|
protocol: tcp
|
||||||
|
mode: ingress
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/pinchflat/config:/config
|
- /DockerVol/pinchflat/config:/config
|
||||||
- /data/nfs/Baxter/Data/media/other/pinchflat:/downloads
|
- /data/nfs/Baxter/Data/media/other/pinchflat:/downloads
|
||||||
|
|
||||||
deploy:
|
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:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
|
labels:
|
||||||
|
# Homepage
|
||||||
|
homepage.group: "Downloaders"
|
||||||
|
homepage.name: "PinchFlat"
|
||||||
|
homepage.icon: "pinchflat.png"
|
||||||
|
homepage.href: "https://pinchflat.netgrimoire.com"
|
||||||
|
homepage.description: "YouTube Library"
|
||||||
|
|
||||||
|
# Kuma
|
||||||
|
kuma.pf.http.name: "PinchFlat"
|
||||||
|
kuma.pf.http.url: "http://pinchflat:8945"
|
||||||
|
|
||||||
|
# Caddy
|
||||||
|
caddy: "pinchflat.netgrimoire.com"
|
||||||
|
caddy.import: "authentik"
|
||||||
|
caddy.reverse_proxy: "pinchflat:8945"
|
||||||
|
|
||||||
|
# Diun (image update monitoring)
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue