added builder script

This commit is contained in:
2024-07-25 12:20:36 -07:00
parent 6bf73092df
commit da629c05d8
24 changed files with 506 additions and 54 deletions
+1 -5
View File
@@ -3,11 +3,6 @@ version: '3.4'
services:
stash:
image: ${STASH_IMAGE:-stashapp/stash:latest}
logging:
driver: "json-file"
options:
max-file: "100"
max-size: ${MAX_SIZE:-200m}
restart: unless-stopped
environment:
- STASH_STASH=${STASH_STASH:-/data/}
@@ -21,5 +16,6 @@ services:
- "${VOL_PATH:-./data}/stash-cache:/cache"
- "${VOL_PATH:-./data}/stash-generated:/generated"
- "${VOL_PATH:-./data}/stash-root:/root"
# Uncomment and use if needed
# network_mode: "host"