mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
update
This commit is contained in:
parent
806023fd8c
commit
dcb47e6c1f
2 changed files with 1 additions and 4 deletions
|
@ -22,5 +22,5 @@ key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
|
|||
wildcard_domain =
|
||||
|
||||
[cockpit]
|
||||
port = 98
|
||||
port = 9000
|
||||
|
||||
|
|
|
@ -250,8 +250,6 @@ class AppManger:
|
|||
main_container_info = portainerManager.get_container_by_id(endpointId, main_container_id)
|
||||
# Get the env from main_container_info
|
||||
app_env = main_container_info.get("Config", {}).get("Env", [])
|
||||
|
||||
logger.access(f"app_env:{app_env}")
|
||||
|
||||
# Get info from app_env
|
||||
app_name = None
|
||||
|
@ -299,7 +297,6 @@ class AppManger:
|
|||
volumes = app_volumes,
|
||||
env = app_env_format
|
||||
)
|
||||
logger.access(appResponse)
|
||||
return appResponse
|
||||
else:
|
||||
appResponse = AppResponse(
|
||||
|
|
Loading…
Reference in a new issue