fix: 修正 JumpServer 应用缺失变量 (#478)

This commit is contained in:
吴小白 2023-10-10 15:37:10 +08:00 committed by GitHub
parent 4ac6f88698
commit 870b47e3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -134,3 +134,8 @@ additionalProperties:
labelZh: Magnus Redis 端口
rule: paramPort
type: number
- default: ""
edit: true
envKey: DOMAINS
labelEn: DOMAINS
labelZh: DOMAINS

View File

@ -23,6 +23,7 @@ services:
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}
DOMAINS: ${DOMAINS:-}
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${SSH_PORT}:2222