mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
fix: 修正 JumpServer 应用缺失变量 (#478)
This commit is contained in:
@@ -133,4 +133,9 @@ additionalProperties:
|
|||||||
labelEn: Magnus Redis port
|
labelEn: Magnus Redis port
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user