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

@ -3,4 +3,4 @@ VIRTUAL_HOST=${VIRTUAL_HOST}
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
TARGET=https://gitlab.cs.fau.de/AGFD/wisski-distillery
TARGET=${TARGET}