mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update manage.py
This commit is contained in:
parent
d9804a1bfe
commit
85a19f5b3e
1 changed files with 4 additions and 1 deletions
|
@ -341,7 +341,10 @@ def get_apps_from_compose():
|
|||
password = list(docker.read_env(path, "POWER_PASSWORD").values())[0]
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
else:
|
||||
app_name = customer_name
|
||||
app_id = customer_name + "_" + customer_name
|
||||
|
||||
if status in ['running', 'exited']:
|
||||
config = Config(port=port, compose_file=volume, url=url, admin_url=admin_url,
|
||||
user_name=user_name, password=password, default_domain="", set_domain="")
|
||||
|
|
Loading…
Reference in a new issue