1
0

chore(deps): update dingdangdog/cashbook docker tag to v5 (localApps) (#4250)

This commit is contained in:
renovate[bot]
2026-02-27 11:34:59 +08:00
committed by GitHub
parent 591e8a9c9b
commit 90eaa2a41a
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
services:
cashbook:
image: "dingdangdog/cashbook:5.0.0"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ${DATA_PATH}:/app/resources/data
environment:
- TOKEN_SALT=${TOKEN_SALT}
- ENVIRONMENT=${ENVIRONMENT}
- SERVER_KEY=${SERVER_KEY}
- DEFAULT_PASSWORD=${DEFAULT_PASSWORD}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true