web: persist letsencrypt certificates

Store them in the config volume so they are not regenerated on every
boot.

Closes: https://github.com/jitsi/docker-jitsi-meet/issues/71
This commit is contained in:
Saúl Ibarra Corretgé
2019-05-01 14:40:38 +02:00
parent 165f313764
commit 9ff3ce295c

View File

@@ -9,6 +9,7 @@ services:
- '${HTTPS_PORT}:443'
volumes:
- ${CONFIG}/web:/config
- ${CONFIG}/web/letsencrypt:/etc/letsencrypt
environment:
- ENABLE_AUTH
- ENABLE_GUESTS