Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-12-28 06:02:35 +00:00
parent cbc3667aee
commit 9ef5a7bc4e
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
nodepassdash:
image: ghcr.io/nodepassproject/nodepassdash:3.3.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs
- ${NODEPASSDASH_ROOT_PATH}/public:/app/public
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}