websoft9 container check
This commit is contained in:
parent
e35b7dbc94
commit
9b0e1ec2e6
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ COPY static ./static
|
||||||
COPY requirements.txt main.py ./
|
COPY requirements.txt main.py ./
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
|
||||||
# Install supervisord
|
# Install supervisords
|
||||||
RUN apt install -y supervisor
|
RUN apt install -y supervisor
|
||||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
COPY config/cmd.sh /cmd.sh
|
COPY config/cmd.sh /cmd.sh
|
||||||
|
|
|
@ -330,7 +330,7 @@ def get_apps_from_compose():
|
||||||
default_domain = ""
|
default_domain = ""
|
||||||
admin_path = ""
|
admin_path = ""
|
||||||
admin_domain_url = ""
|
admin_domain_url = ""
|
||||||
if customer_name in ['w9appmanage', 'w9nginxproxymanager','w9redis','w9portainer'] and app_path == '/data/apps/stackhub/docker/' + customer_name:
|
if customer_name in ['w9appmanage', 'w9nginxproxymanager','w9redis','w9kopia','w9portainer'] or app_path == '/data/apps/stackhub/docker/' + customer_name:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
status_show = app_info["Status"]
|
status_show = app_info["Status"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue