mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
update
This commit is contained in:
parent
806023fd8c
commit
dcb47e6c1f
@ -22,5 +22,5 @@ key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
|
|||||||
wildcard_domain =
|
wildcard_domain =
|
||||||
|
|
||||||
[cockpit]
|
[cockpit]
|
||||||
port = 98
|
port = 9000
|
||||||
|
|
||||||
|
@ -251,8 +251,6 @@ class AppManger:
|
|||||||
# Get the env from main_container_info
|
# Get the env from main_container_info
|
||||||
app_env = main_container_info.get("Config", {}).get("Env", [])
|
app_env = main_container_info.get("Config", {}).get("Env", [])
|
||||||
|
|
||||||
logger.access(f"app_env:{app_env}")
|
|
||||||
|
|
||||||
# Get info from app_env
|
# Get info from app_env
|
||||||
app_name = None
|
app_name = None
|
||||||
app_dist = None
|
app_dist = None
|
||||||
@ -299,7 +297,6 @@ class AppManger:
|
|||||||
volumes = app_volumes,
|
volumes = app_volumes,
|
||||||
env = app_env_format
|
env = app_env_format
|
||||||
)
|
)
|
||||||
logger.access(appResponse)
|
|
||||||
return appResponse
|
return appResponse
|
||||||
else:
|
else:
|
||||||
appResponse = AppResponse(
|
appResponse = AppResponse(
|
||||||
|
Loading…
Reference in New Issue
Block a user