gremlin: auto-fix stash [13 fixes]
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-05-06 07:05:17 -05:00
parent cb4099fd99
commit fb97cafa67

View file

@ -11,6 +11,8 @@ services:
## If you intend to use stash's DLNA functionality uncomment the below network mode and c ## If you intend to use stash's DLNA functionality uncomment the below network mode and c
# network_mode: host # network_mode: host
environment: environment:
PUID: "1964"
PGID: "1964"
STASH_STASH: /data/ STASH_STASH: /data/
STASH_GENERATED: /generated/ STASH_GENERATED: /generated/
STASH_METADATA: /metadata/ STASH_METADATA: /metadata/
@ -34,7 +36,19 @@ services:
## Where to store generated content (screenshots,previews,transcodes,sprites) ## Where to store generated content (screenshots,previews,transcodes,sprites)
- /DockerVol/Stash/generated:/generated - /DockerVol/Stash/generated:/generated
labels: labels:
gremlin.version: "2026-04-1"
diun.enable: "true"
monitor.name: "stash"
monitor.url: "http://stash:9999"
homepage.group: "Services"
homepage.name: "stash"
homepage.icon: "docker.png"
homepage.href: "https://stash.netgrimoire.com"
homepage.description: "stash service"
caddy: stash.netgrimoire.net caddy: stash.netgrimoire.net
caddy.reverse_proxy: "stash:9999"
caddy.import_1: crowdsec
caddy.import_2: authentik
networks: networks:
netgrimoire: netgrimoire:
external: true external: true