eer
This commit is contained in:
parent
57dd831573
commit
5389c84fe6
2 changed files with 3 additions and 42 deletions
|
|
@ -1,39 +0,0 @@
|
||||||
services:
|
|
||||||
stash:
|
|
||||||
image: stashapp/stash:latest
|
|
||||||
container_name: pocketstash
|
|
||||||
networks:
|
|
||||||
- netgrimoire
|
|
||||||
restart: unless-stopped
|
|
||||||
## the container's port must be the same with the STASH_PORT in the environment section
|
|
||||||
ports:
|
|
||||||
- 9998:9999
|
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
|
|
||||||
# network_mode: host
|
|
||||||
environment:
|
|
||||||
- STASH_STASH=/data/
|
|
||||||
- STASH_GENERATED=/generated/
|
|
||||||
- STASH_METADATA=/metadata/
|
|
||||||
- STASH_CACHE=/cache/
|
|
||||||
- STASH_GRAPHQL_PLAYGROUND=true
|
|
||||||
## 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.
|
|
||||||
- /export/Green/Pocket/stash/config:/root/.stash
|
|
||||||
## Point this at your collection.
|
|
||||||
- /data/nfs/znas/Green/Pocket/media:/data
|
|
||||||
## This is where your stash's metadata lives
|
|
||||||
- /export/Green/Pocket/stash/metadata:/metadata
|
|
||||||
## Any other cache content.
|
|
||||||
- /export/Green/Pocket/stash/cache:/cache
|
|
||||||
## Where to store generated content (screenshots,previews,transcodes,sprites)
|
|
||||||
- /export/Green/Pocket/stash/generated:/generated
|
|
||||||
|
|
||||||
networks:
|
|
||||||
netgrimoire:
|
|
||||||
external: true
|
|
||||||
|
|
@ -37,12 +37,12 @@ services:
|
||||||
- "kuma.web.http.url=http://web:80"
|
- "kuma.web.http.url=http://web:80"
|
||||||
# Caddy reverse proxy
|
# Caddy reverse proxy
|
||||||
- caddy=www.netgrimoire.com
|
- caddy=www.netgrimoire.com
|
||||||
- caddy.import=authentik
|
|
||||||
- caddy.reverse_proxy="web:80"
|
- caddy.reverse_proxy="web:80"
|
||||||
- caddy.import=crowdsec
|
|
||||||
# Diun
|
# Diun
|
||||||
- "diun.enable=true"
|
- "diun.enable=true"
|
||||||
- "diun.notification.ntfy=true"
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue