Ensure the cert archive exists so the symbolic links can be followed.
This commit is contained in:
@@ -14,6 +14,12 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
device: ../../Volumes/ReverseProxy/letsencrypt/live
|
device: ../../Volumes/ReverseProxy/letsencrypt/live
|
||||||
o: bind
|
o: bind
|
||||||
|
prosody_cert_archive:
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
device: ../../Volumes/ReverseProxy/letsencrypt/archive
|
||||||
|
o: bind
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
@@ -39,6 +45,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- prosody_data:/var/lib/prosody/
|
- prosody_data:/var/lib/prosody/
|
||||||
- prosody_certs:/etc/letsencrypt/live
|
- prosody_certs:/etc/letsencrypt/live
|
||||||
|
- prosody_cert_archive:/etc/letsencrypt/archive
|
||||||
deploy:
|
deploy:
|
||||||
mode: global
|
mode: global
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user