This commit refactors all code in this project to make use of docker. This has not yet been documented properly.
17 lines
387 B
Text
17 lines
387 B
Text
#######################
|
|
# 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}
|