summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorMarcel Blöcher <mblo@users.noreply.github.com>2021-08-23 14:42:38 +0200
committerGitHub <noreply@github.com>2021-08-23 12:42:38 +0000
commitc9143621badb6db270306d6098e957ebdfd2aa1c (patch)
treea9dc3d5261dc52609ab13c28c22112b67ffc085d /.examples
parent3a1f59b21c49650271b1ce0a50833d51806ec57e (diff)
fix acme volume with letsencrypt-nginx-proxy-companion >= v2.0.0 (#1358)
Signed-off-by: Marcel Blöcher <mblo@users.noreply.github.com>
Diffstat (limited to '.examples')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml2
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml2
-rw-r--r--.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml2
-rw-r--r--.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml2
4 files changed, 8 insertions, 0 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
index 13bdf597..4a717ebd 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
@@ -67,6 +67,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
+ - acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -94,6 +95,7 @@ volumes:
db:
nextcloud:
certs:
+ acme:
vhost.d:
html:
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
index 380834b8..0fdcc20f 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
@@ -76,6 +76,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
+ - acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -103,6 +104,7 @@ volumes:
db:
nextcloud:
certs:
+ acme:
vhost.d:
html:
diff --git a/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
index 7c481db2..0185f090 100644
--- a/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
@@ -64,6 +64,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
+ - acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -91,6 +92,7 @@ volumes:
db:
nextcloud:
certs:
+ acme:
vhost.d:
html:
diff --git a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml
index 194d7a71..028cea3b 100644
--- a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml
@@ -73,6 +73,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
+ - acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -100,6 +101,7 @@ volumes:
db:
nextcloud:
certs:
+ acme:
vhost.d:
html: