1
0

feat:调整ms365-e5-renew-x细节

This commit is contained in:
okxlin
2024-03-25 11:02:33 +08:00
parent 261a3ce19d
commit 8b8772538d
6 changed files with 55 additions and 227 deletions

View File

@@ -0,0 +1,3 @@
CONTAINER_NAME="ms365-e5-renew-x"
PANEL_APP_PORT_HTTP="40206"
TIME_ZONE="Asia/Shanghai"

View File

@@ -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

View File

@@ -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