feat:调整ms365-e5-renew-x细节
This commit is contained in:
3
apps/ms365-e5-renew-x/latest/.env.sample
Normal file
3
apps/ms365-e5-renew-x/latest/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="ms365-e5-renew-x"
|
||||
PANEL_APP_PORT_HTTP="40206"
|
||||
TIME_ZONE="Asia/Shanghai"
|
||||
@@ -1,10 +1,16 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 1066
|
||||
- default: 40206
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
type: number
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
version: '3.9'
|
||||
version: '3'
|
||||
services:
|
||||
ms365-e5-renew-x:
|
||||
image: hanhongyong/ms365-e5-renew-x:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:1066
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./Deploy:/app/Deploy
|
||||
- ./appdata:/app/appdata
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
ms365-e5-renew-x:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:1066"
|
||||
volumes:
|
||||
- ./Deploy:/app/Deploy
|
||||
- ./appdata:/app/appdata
|
||||
environment:
|
||||
- TZ=${TIME_ZONE}
|
||||
image: hanhongyong/ms365-e5-renew-x:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user