This commit is contained in:
zhaojing1987 2023-12-07 08:33:07 +08:00
parent 806023fd8c
commit dcb47e6c1f
2 changed files with 1 additions and 4 deletions

View file

@ -22,5 +22,5 @@ key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
wildcard_domain =
[cockpit]
port = 98
port = 9000

View file

@ -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(