Browse Source

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
Saúl Ibarra Corretgé 6 năm trước cách đây
mục cha
commit
9ff3ce295c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

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