1
0

chore(deps): update stashapp/stash docker tag to v0.30.1 (#3016)

This commit is contained in:
renovate[bot]
2025-12-18 08:41:29 +00:00
committed by GitHub
parent 29a1536f89
commit 62e3c6e016
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
services:
stash:
image: "stashapp/stash:v0.30.1"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
environment:
- STASH_STASH=${STASH_DATA_INTERNAL}
- STASH_GENERATED=${STASH_GENERATED_INTERNAL}
- STASH_METADATA=${STASH_METADATA_INTERNAL}
- STASH_CACHE=${STASH_CACHE_INTERNAL}
- STASH_PORT=${PANEL_APP_PORT_HTTP}
volumes:
- /etc/localtime:/etc/localtime:ro
- "${CONFIG_PATH}:/root/.stash"
- "${STASH_DATA}:${STASH_DATA_INTERNAL}"
- "${STASH_GENERATED}:${STASH_GENERATED_INTERNAL}"
- "${STASH_METADATA}:${STASH_METADATA_INTERNAL}"
- "${STASH_CACHE}:${STASH_CACHE_INTERNAL}"
- "${STASH_BLOBS}:${STASH_BLOBS_INTERNAL}"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true