From 889f70d1948e1bfc3757da26776eee0312abeac5 Mon Sep 17 00:00:00 2001 From: Marco Stroppel Date: Wed, 1 Apr 2020 20:18:01 +0200 Subject: [PATCH 1/3] Added link to webtrees --- .github/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/README.md b/.github/README.md index cd3444b..cadc7f6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -253,6 +253,7 @@ Please checkout this [howto](https://github.com/evertramos/docker-compose-letsen 3. [docker-nextcloud-letsencrypt](https://github.com/evertramos/docker-nextcloud-letsencrypt) 4. [docker-registry-letsencrypt](https://github.com/evertramos/docker-registry-letsencrypt) 5. [gitlab-docker-letsencrypt](https://github.com/steevepay/gitlab-docker-letsencrypt) +6. [docker-webtrees-letsencrypt](https://github.com/marcostroppel/docker-webtrees-letsencrypt) In this repo you will find a docker-compose file to start a production environment for a new wordpress site. From fddef2157a19b1b6cb996cf0fe437df20cccb2ba Mon Sep 17 00:00:00 2001 From: Marco Stroppel Date: Wed, 1 Apr 2020 20:18:59 +0200 Subject: [PATCH 2/3] Updated comments. --- .github/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/README.md b/.github/README.md index cadc7f6..90d0d72 100644 --- a/.github/README.md +++ b/.github/README.md @@ -238,15 +238,16 @@ To stop and remove your test container run our `stop_test.sh` script: Or simply run: ```bash -docker stop test-web && docker rm test-web +docker stop test-web && docker rm test-web ``` ## Running this Proxy on a Synology NAS Please checkout this [howto](https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion/blob/master/docs/HOWTO-Synlogy.md). +## Production Environment using Web Proxy -## Production Environment using Web Proxy and Wordpress +Following are links to docker containers using this web proxy: 1. [docker-wordpress-letsencrypt](https://github.com/evertramos/docker-wordpress-letsencrypt) 2. [docker-portainer-letsencrypt](https://github.com/evertramos/docker-portainer-letsencrypt) @@ -255,8 +256,6 @@ Please checkout this [howto](https://github.com/evertramos/docker-compose-letsen 5. [gitlab-docker-letsencrypt](https://github.com/steevepay/gitlab-docker-letsencrypt) 6. [docker-webtrees-letsencrypt](https://github.com/marcostroppel/docker-webtrees-letsencrypt) -In this repo you will find a docker-compose file to start a production environment for a new wordpress site. - ## Credits Without the repositories below this webproxy wouldn´t be possible. @@ -266,7 +265,6 @@ Credits goes to: - docker-gen [@jwilder](https://github.com/jwilder/docker-gen) - docker-letsencrypt-nginx-proxy-companion [@JrCs](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) - ### Special thanks to: - [@j7an](https://github.com/j7an) - Many contributions and the ipv6 branch! From 60db52295c1587e5f59853379fc8e4fa3219695c Mon Sep 17 00:00:00 2001 From: Marco Stroppel Date: Mon, 6 Apr 2020 20:13:47 +0200 Subject: [PATCH 3/3] Changed my username to a bit shorter. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 90d0d72..d888254 100644 --- a/.github/README.md +++ b/.github/README.md @@ -254,7 +254,7 @@ Following are links to docker containers using this web proxy: 3. [docker-nextcloud-letsencrypt](https://github.com/evertramos/docker-nextcloud-letsencrypt) 4. [docker-registry-letsencrypt](https://github.com/evertramos/docker-registry-letsencrypt) 5. [gitlab-docker-letsencrypt](https://github.com/steevepay/gitlab-docker-letsencrypt) -6. [docker-webtrees-letsencrypt](https://github.com/marcostroppel/docker-webtrees-letsencrypt) +6. [docker-webtrees-letsencrypt](https://github.com/mstroppel/docker-webtrees-letsencrypt) ## Credits