1
0
Fork 0

stash: add blob volume

see 2d8b6e1722
This commit is contained in:
Lukáš Kucharczyk 2023-03-29 10:33:35 +02:00
parent 572f1a5243
commit 604bc2b45a
1 changed files with 2 additions and 0 deletions

View File

@ -467,6 +467,8 @@ services:
- "${DOCKER_STORAGE_PATH}/stash/cache:/cache" - "${DOCKER_STORAGE_PATH}/stash/cache:/cache"
## Where to store generated content (screenshots,previews,transcodes,sprites) ## Where to store generated content (screenshots,previews,transcodes,sprites)
- "${DOCKER_STORAGE_PATH}/stash/generated:/generated" - "${DOCKER_STORAGE_PATH}/stash/generated:/generated"
## Where to store binary blob data (scene covers, images)
- "${DOCKER_STORAGE_PATH}/stash/blobs:/blobs"
networks: networks:
- public - public
profiles: profiles: