Enable automatic Let's Encrypt certificate generation in Authelia docker-compose configuration

This commit is contained in:
Théophile Diot 2025-01-09 13:11:31 +01:00
parent cd39c99102
commit 95456ddff9
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -27,8 +27,7 @@ services:
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
SERVE_FILES: "no"
DISABLE_DEFAULT_SERVER: "yes"
# AUTO_LETS_ENCRYPT: "yes"
GENERATE_SELF_SIGNED_SSL: "yes"
AUTO_LETS_ENCRYPT: "yes"
USE_CLIENT_CACHE: "yes"
USE_GZIP: "yes"
USE_REVERSE_PROXY: "yes"