adds various docker services

This commit is contained in:
2024-11-15 23:00:00 +01:00
parent 4c283bf58d
commit 6eeace47ec
6 changed files with 19 additions and 12 deletions

View File

@@ -15,14 +15,14 @@ services:
- /etc/localtime:/etc/localtime:ro
## Keep configs, scrapers, and plugins here.
- ./data/config:/root/.stash
- /mnt/services/stash/config:/root/.stash
## Point this at your collection.
- /mnt/stash:/data
## This is where your stash's metadata lives
- ./data/metadata:/metadata
- /mnt/services/stash/metadata:/metadata
## Any other cache content.
- ./data/cache:/cache
- /mnt/services/stash/cache:/cache
## Where to store binary blob data (scene covers, images)
- ./data/blobs:/blobs
- /mnt/services/stash/blobs:/blobs
## Where to store generated content (screenshots,previews,transcodes,sprites)
- ./data/generated:/generated
- /mnt/services/stash/generated:/generated