devmode: disable lets encrypt, greenlight support

This commit is contained in:
chandi
2020-07-22 23:02:50 +02:00
parent 4a6187174b
commit 656ace6096
3 changed files with 7 additions and 2 deletions

View File

@ -10,6 +10,11 @@ then
export $(cat .env | sed 's/#.*//g' | grep -v "WELCOME_FOOTER" | grep -v "WELCOME_MESSAGE" | xargs)
fi
export CERTIFICATE_DOMAINS=$DOMAIN
if [ "$DEV_MODE" == true ]; then
export CERTIFICATE_DOMAINS="invalid"
fi
# concatenate docker-compose file
COMPOSE_FILES="-f docker-compose.yml"
if [ "$ENABLE_HTTPS_PROXY" == true ]; then