1
0

feat:更新it-tools

This commit is contained in:
okxlin
2024-11-01 01:07:26 +08:00
parent f20e419bdf
commit be39954d73
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="it-tools"
PANEL_APP_PORT_HTTP="40116"

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40116
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,15 @@
services:
it-tools:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: corentinth/it-tools:2024.10.22-7ca5933
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true