datetime
This commit is contained in:
parent
03ad3d7496
commit
f23b1a78c9
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY static ./static
|
|||
COPY requirements.txt main.py ./
|
||||
RUN apt update
|
||||
|
||||
# Install supervisord
|
||||
# Install supervisords
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
|
|
|
@ -362,6 +362,7 @@ def get_apps_from_compose():
|
|||
pass
|
||||
try:
|
||||
replace = list(docker.read_env(path, "APP_URL_REPLACE").values())[0]
|
||||
myLogger.info_logger("replace="+replace)
|
||||
if replace == "true":
|
||||
app_replace_url = True
|
||||
https = list(docker.read_env(path, "APP_HTTPS_ACCESS").values())[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue