Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the repository.
This commit is contained in:
parent
653445225e
commit
56a44f8db3
10 changed files with 69 additions and 7 deletions
6
distillery/resources/templates/docker-env/runtime
Normal file
6
distillery/resources/templates/docker-env/runtime
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
REAL_PATH=${REAL_PATH}
|
||||
|
||||
VIRTUAL_HOST=${VIRTUAL_HOST}
|
||||
|
||||
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
||||
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
6
distillery/resources/templates/docker-env/self
Normal file
6
distillery/resources/templates/docker-env/self
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
VIRTUAL_HOST=${VIRTUAL_HOST}
|
||||
|
||||
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
||||
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
|
||||
TARGET=https://gitlab.cs.fau.de/AGFD/wisski-distillery
|
||||
1
distillery/resources/templates/docker-env/web
Normal file
1
distillery/resources/templates/docker-env/web
Normal file
|
|
@ -0,0 +1 @@
|
|||
DEFAULT_HOST=${DEFAULT_HOST}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
#######################
|
||||
# Meta Settings
|
||||
#######################
|
||||
|
||||
# Real path for volumes to be stored
|
||||
REAL_PATH=${REAL_PATH}
|
||||
|
||||
#######################
|
||||
### Web Server settings
|
||||
#######################
|
||||
# the hostname for the website
|
||||
VIRTUAL_HOST=${VIRTUAL_HOST}
|
||||
|
||||
# optional letsencrypt support
|
||||
# when blank, ignore
|
||||
LETSENCRYPT_HOST=${LETSENCRYPT_HOST}
|
||||
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
Loading…
Add table
Add a link
Reference in a new issue