Make 'TARGET' configurable

This commit makes the TARGET of the self container redirect
configurable.
This commit is contained in:
Tom Wiesing 2020-07-10 10:21:30 +02:00
parent 2dfed350e0
commit 65a42f61e9
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
4 changed files with 29 additions and 1 deletions

View file

@ -76,6 +76,7 @@ load_template "docker-env/self" \
"VIRTUAL_HOST" "${DEFAULT_DOMAIN}" \
"LETSENCRYPT_HOST" "${LETSENCRYPT_HOST}" \
"LETSENCRYPT_EMAIL" "${LETSENCRYPT_EMAIL}" \
"TARGET" "${SELF_REDIRECT}" \
> "$DEPLOY_SELF_DIR/.env"