1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00

docker: Define the $AUTO_CERTS environment variable in the Dockerfile

For readability and clarity, define the $AUTO_CERTS environment variable
in the Dockerfile.

https://github.com/albertito/chasquid/pull/68

Amended-by: Alberto Bertogli <albertito@blitiri.com.ar>
  Adjusted commit message.
This commit is contained in:
Guiorgy
2025-08-03 00:41:09 +04:00
committed by Alberto Bertogli
parent 2e6bc52f6a
commit a9c1f88bd9

View File

@@ -75,6 +75,7 @@ RUN rmdir /etc/chasquid/domains/ && \
# ToS by setting this variable, so please review them carefully.
# CERTS_EMAIL should be set to your email address so letsencrypt can send you
# critical notifications.
ENV AUTO_CERTS=""
# Custom entry point that does some configuration checks and ensures
# letsencrypt is properly set up.