fix: 修正 JumpServer 应用缺失变量 (#478)
This commit is contained in:
parent
b28ce2bf23
commit
e6bf7fc594
|
|
@ -134,3 +134,8 @@ additionalProperties:
|
||||||
labelZh: Magnus Redis 端口
|
labelZh: Magnus Redis 端口
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: DOMAINS
|
||||||
|
labelEn: DOMAINS
|
||||||
|
labelZh: DOMAINS
|
||||||
|
|
@ -23,6 +23,7 @@ services:
|
||||||
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
|
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT}
|
||||||
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
|
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT}
|
||||||
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}
|
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT}
|
||||||
|
DOMAINS: ${DOMAINS:-}
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
- ${SSH_PORT}:2222
|
- ${SSH_PORT}:2222
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue