feat: update glm-free-api 1.0.2

This commit is contained in:
arch3rPro
2026-02-06 22:37:04 +08:00
parent 9ce14c00f6
commit 1255b11ea6
3 changed files with 2 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "8004"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number
@@ -0,0 +1,16 @@
services:
glm-free-api:
image: akashrajpuroh1t/glm-free-api-fix:1.0.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
restart: always
networks:
1panel-network:
external: true