mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-29 09:18:40 +08:00
update kimi-free-api 0.0.36
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "8002"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Service Port
|
||||||
|
labelZh: 服务端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
kimi-free-api:
|
||||||
|
image: vinlic/kimi-free-api:0.0.36
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user