mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update jimeng-free-api 0.0.6
This commit is contained in:
10
apps/jimeng-free-api/0.0.6/data.yml
Normal file
10
apps/jimeng-free-api/0.0.6/data.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "8005"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Service Port
|
||||||
|
labelZh: 服务端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
16
apps/jimeng-free-api/0.0.6/docker-compose.yml
Normal file
16
apps/jimeng-free-api/0.0.6/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
jimeng-free-api:
|
||||||
|
image: vinlic/jimeng-free-api:0.0.6
|
||||||
|
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