精简提交历史记录
This commit is contained in:
3
apps/kms-web/1113/.env.sample
Normal file
3
apps/kms-web/1113/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="kms-web"
|
||||
PANEL_APP_PORT_HTTP="40051"
|
||||
KMS_PORT="1688"
|
||||
19
apps/kms-web/1113/data.yml
Normal file
19
apps/kms-web/1113/data.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40051
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 1688
|
||||
edit: true
|
||||
envKey: KMS_PORT
|
||||
labelEn: KMS Port
|
||||
labelZh: KMS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
19
apps/kms-web/1113/docker-compose.yml
Normal file
19
apps/kms-web/1113/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
services:
|
||||
kms-web:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
- "${KMS_PORT}:1688"
|
||||
environment:
|
||||
- KMS_README_WEB=true
|
||||
image: johngong/kms:1113
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user