diff --git a/docker-compose-home.yml b/docker-compose-home.yml index 7698b18..64a0916 100644 --- a/docker-compose-home.yml +++ b/docker-compose-home.yml @@ -21,6 +21,10 @@ services: - BLOG_LOCATION=/blog/ - CHAT_LOCATION=/chat/ - REMOTE_LOCATION=/remote/ + - DRONE_SERVER_HOST=$DRONE_SERVER_HOST + - TITLE=$TITLE + - DESCRIPTION=$DESCRIPTION + volumes: - letsencrypt-git:/etc/letsencrypt networks: diff --git a/letsencrypt-nginx/website/index.html b/letsencrypt-nginx/website/index.html index 051a5b3..8797b3b 100644 --- a/letsencrypt-nginx/website/index.html +++ b/letsencrypt-nginx/website/index.html @@ -1,13 +1,13 @@ -

SiGyl Ltd

+

{TITLE}

-Bespoke software development. +{DESCRIPTION}