sds
This commit is contained in:
parent
67a52fd762
commit
c6952e65eb
1 changed files with 73 additions and 38 deletions
111
green.yaml
111
green.yaml
|
|
@ -32,54 +32,89 @@ services:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == docker1
|
- node.hostname == docker1
|
||||||
|
|
||||||
stash:
|
whisparr:
|
||||||
image: stashapp/stash:latest
|
image: cr.hotio.dev/hotio/whisparr:nightly
|
||||||
container_name: stash
|
container_name: whisparr
|
||||||
|
hostname: whisparr
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
restart: unless-stopped
|
volumes:
|
||||||
## the container's port must be the same with the STASH_PORT in the environment section
|
- /DockerVol/Whisparr:/config
|
||||||
|
- /data/nfs/Baxter/:/data:shared
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- 6969:6969
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
|
||||||
# network_mode: host
|
|
||||||
environment:
|
environment:
|
||||||
- STASH_STASH=/data/
|
- TZ=America/Chicago
|
||||||
- STASH_GENERATED=/generated/
|
- PGID=998
|
||||||
- STASH_METADATA=/metadata/
|
- PUID=1001
|
||||||
- STASH_CACHE=/cache/
|
restart: unless-stopped
|
||||||
## Adjust below to change default port (9999)
|
|
||||||
- STASH_PORT=9999
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
## Adjust below paths (the left part) to your liking.
|
|
||||||
## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash
|
|
||||||
|
|
||||||
## Keep configs, scrapers, and plugins here.
|
|
||||||
- /DockerVol/Stash/config:/root/.stash
|
|
||||||
## Point this at your collection.
|
|
||||||
- /data/nfs/Baxter/Green:/data
|
|
||||||
## This is where your stash's metadata lives
|
|
||||||
- /DockerVol/Stash/metadata:/metadata
|
|
||||||
## Any other cache content.
|
|
||||||
- ./DockerVol/Stash/cache:/cache
|
|
||||||
## Where to store generated content (screenshots,previews,transcodes,sprites)
|
|
||||||
- /DockerVol/Stash/generated:/generated
|
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- homepage.group=Green Door
|
- homepage.group=Green Door
|
||||||
- homepage.name=Stash
|
- homepage.name=Whisparr
|
||||||
- homepage.icon=stash.png
|
- homepage.icon=whisparr.png
|
||||||
- homepage.href=http://stash.netgrimoire.com:8096
|
- homepage.href=http://whisparr.netgrimoire.com
|
||||||
- homepage.description=Media Server
|
- homepage.description=Media Searc Search
|
||||||
- kuma.jgf.http.name="Stash"
|
- kuma.jgf.http.name="Whisparr"
|
||||||
- kuma.jgf.http.url=http://stash:9999
|
- kuma.hydra.http.url=http://whisparr:6969
|
||||||
|
- caddy=whisparr.netgrimoire.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 6969}}"
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# stash:
|
||||||
|
# image: stashapp/stash:latest
|
||||||
|
# container_name: stash
|
||||||
|
# networks:
|
||||||
|
# - netgrimoire
|
||||||
|
# restart: unless-stopped
|
||||||
|
# ## the container's port must be the same with the STASH_PORT in the environment section
|
||||||
|
# ports:
|
||||||
|
# - "9999:9999"
|
||||||
|
# ## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
||||||
|
# # network_mode: host
|
||||||
|
# environment:
|
||||||
|
# - STASH_STASH=/data/
|
||||||
|
# - STASH_GENERATED=/generated/
|
||||||
|
# - STASH_METADATA=/metadata/
|
||||||
|
# - STASH_CACHE=/cache/
|
||||||
|
# ## Adjust below to change default port (9999)
|
||||||
|
# - STASH_PORT=9999
|
||||||
|
# volumes:
|
||||||
|
# - /etc/localtime:/etc/localtime:ro
|
||||||
|
# ## Adjust below paths (the left part) to your liking.
|
||||||
|
# ## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash
|
||||||
|
|
||||||
|
# ## Keep configs, scrapers, and plugins here.
|
||||||
|
# - /DockerVol/Stash/config:/root/.stash
|
||||||
|
# ## Point this at your collection.
|
||||||
|
# - /data/nfs/Baxter/Green:/data
|
||||||
|
# ## This is where your stash's metadata lives
|
||||||
|
# - /DockerVol/Stash/metadata:/metadata
|
||||||
|
# ## Any other cache content.
|
||||||
|
# - ./DockerVol/Stash/cache:/cache
|
||||||
|
# ## Where to store generated content (screenshots,previews,transcodes,sprites)
|
||||||
|
# - /DockerVol/Stash/generated:/generated
|
||||||
|
|
||||||
|
|
||||||
|
# deploy:
|
||||||
|
# labels:
|
||||||
|
# - homepage.group=Green Door
|
||||||
|
# - homepage.name=Stash
|
||||||
|
# - homepage.icon=stash.png
|
||||||
|
# - homepage.href=http://stash.netgrimoire.com:8096
|
||||||
|
# - homepage.description=Media Server
|
||||||
|
# - kuma.jgf.http.name="Stash"
|
||||||
|
# - kuma.jgf.http.url=http://stash:9999
|
||||||
|
# placement:
|
||||||
|
# constraints:
|
||||||
|
# - node.hostname == nas
|
||||||
|
|
||||||
# namer:
|
# namer:
|
||||||
# container_name: namer
|
# container_name: namer
|
||||||
# image: ghcr.io/theporndatabase/namer:latest
|
# image: ghcr.io/theporndatabase/namer:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue