Update app version [skip ci]
This commit is contained in:
3
apps/deeplx/1.0.7/.env.sample
Normal file
3
apps/deeplx/1.0.7/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="deeplx"
|
||||
PANEL_APP_PORT_HTTP="40174"
|
||||
TOKEN_VAULE="token123456"
|
||||
18
apps/deeplx/1.0.7/data.yml
Normal file
18
apps/deeplx/1.0.7/data.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40174
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: deeplx
|
||||
envKey: TOKEN_VAULE
|
||||
labelEn: Token
|
||||
labelZh: 密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
16
apps/deeplx/1.0.7/docker-compose.yml
Normal file
16
apps/deeplx/1.0.7/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
deeplx:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:1188"
|
||||
command: ["/app/deeplx", "-token", "${TOKEN_VAULE}"]
|
||||
image: missuo/deeplx:v1.0.7
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user