1
0
Fork 0

发布应用 Synapse

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen 2024-10-30 17:20:53 +08:00
parent fbe3dbb20d
commit 3298f9744a
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ additionalProperties:
type: number type: number
- default: "matrix.example.com" - default: "matrix.example.com"
edit: true edit: true
envKey: DOMAIN_NAME envKey: SYNAPSE_SERVER_NAME
labelZh: 服务域名 labelZh: 服务域名
labelEn: Domain Name labelEn: Domain Name
required: true required: true

View File

@ -16,7 +16,6 @@ services:
- /etc/1panel/envs/global.env - /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}
environment: environment:
- SYNAPSE_SERVER_NAME=${DOMAIN_NAME}
- SYNAPSE_REPORT_STATS=no - SYNAPSE_REPORT_STATS=no
volumes: volumes:
- ${SYNAPSE_ROOT_PATH}/data:/data - ${SYNAPSE_ROOT_PATH}/data:/data