feat: 上架 JSON Hero (#1710)

This commit is contained in:
wanghe
2024-07-08 09:46:33 +08:00
committed by GitHub
parent 2e649e2829
commit 0bd3fc483e
5 changed files with 54 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40178
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+14
View File
@@ -0,0 +1,14 @@
services:
jsonhero:
container_name: ${CONTAINER_NAME}
image: henryclw/jsonhero-web:latest
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8787
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true