separate configs from compose files

This commit is contained in:
Christoph Califice
2025-12-07 12:30:14 -03:00
parent 295bcba288
commit b0b876869d
1458 changed files with 122 additions and 102596 deletions

View File

@@ -1,16 +1,13 @@
# APPNICENAME=Stash
services:
stash:
image: stashapp/stash:latest
container_name: stash
restart: unless-stopped
## the container's port must be the same with the STASH_PORT in the environment section
#ports:
# - "9999:9999"
ports:
- "9999:9999"
# - "8200:8200"
# - "1900:1900"
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
network_mode: host
# - "1900:1900"
logging:
driver: "json-file"
options:
@@ -28,7 +25,7 @@ services:
## 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.
- ./config:/root/.stash
- /home/ccalifice/docker-data/stash/config:/root/.stash
## Point this at your collection.
- /mnt/system:/data
## This is where your stash's metadata lives
@@ -39,5 +36,4 @@ services:
- /mnt/ssd120/stash/blobs:/blobs
## Where to store generated content (screenshots,previews,transcodes,sprites)
#- ./generated:/generated
- /mnt/ssd120/stash/generated:/generated
- ./cron/15min:/etc/periodic/15min
- /mnt/ssd120/stash/generated:/generated