bugfix non oidc instances
This commit is contained in:
parent
87cfaa2adb
commit
6f02b59ccc
|
@ -37,7 +37,9 @@ deployment_strategy() {
|
||||||
else
|
else
|
||||||
# this file helps all docker containers to guess number of hosts involved
|
# this file helps all docker containers to guess number of hosts involved
|
||||||
# right now is only needed by new deployment for oidc
|
# right now is only needed by new deployment for oidc
|
||||||
|
if [ -d "/sharedsecret" ]; then
|
||||||
touch /sharedsecret/${DOMAIN}
|
touch /sharedsecret/${DOMAIN}
|
||||||
|
fi
|
||||||
|
|
||||||
# move the migrate thing in docker entrypoint
|
# move the migrate thing in docker entrypoint
|
||||||
# inspired by https://medium.com/analytics-vidhya/django-with-docker-and-docker-compose-python-part-2-8415976470cc
|
# inspired by https://medium.com/analytics-vidhya/django-with-docker-and-docker-compose-python-part-2-8415976470cc
|
||||||
|
|
Reference in New Issue