mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
admin_path
This commit is contained in:
parent
5dcd544fac
commit
9c689c69ab
@ -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
|
||||||
|
@ -369,6 +369,7 @@ def get_apps_from_compose():
|
|||||||
user_name = env_map.get("APP_USER","")
|
user_name = env_map.get("APP_USER","")
|
||||||
password = env_map.get("POWER_PASSWORD","")
|
password = env_map.get("POWER_PASSWORD","")
|
||||||
admin_path = env_map.get("APP_ADMIN_PATH")
|
admin_path = env_map.get("APP_ADMIN_PATH")
|
||||||
|
myLogger.info_logger(admin_path)
|
||||||
if default_domain != "" and admin_path:
|
if default_domain != "" and admin_path:
|
||||||
admin_domain_url = default_domain + admin_path
|
admin_domain_url = default_domain + admin_path
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
Loading…
Reference in New Issue
Block a user