1
0

chore(deps): update vuldocker/1panel-tools docker tag to v0.3.0 (#2935)

This commit is contained in:
renovate[bot]
2025-12-13 05:57:17 +00:00
committed by GitHub
parent f906c1b9a7
commit a0ecbc3a73
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web Port
zh: Web 端口
required: true
type: number
edit: true
rule: paramPort

View File

@@ -0,0 +1,16 @@
services:
1panel-tools:
image: vuldocker/1panel-tools:0.3.0
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
restart: unless-stopped
environment:
- NODE_ENV=production
labels:
createdBy: "Apps"
networks:
- 1panel-network
networks:
1panel-network:
external: true