Enable AUTO_LETS_ENCRYPT in Redmine Docker Compose configuration for automatic SSL certificate generation

This commit is contained in:
Théophile Diot 2025-01-07 17:21:03 +01:00
parent 6fe460d8c2
commit 054dd85af8
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -26,8 +26,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"