Switch to using Docker

This commit refactors all code in this project to make use of docker.
This has not yet been documented properly.
This commit is contained in:
Tom Wiesing 2020-06-26 12:54:47 +02:00
parent 9ece280e72
commit 76ef5d8e68
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
43 changed files with 943 additions and 545 deletions

View file

@ -0,0 +1,17 @@
#######################
# 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}