mirror of
https://github.com/preparebuddyy/n8n-self-hosted.git
synced 2026-03-03 02:57:01 +00:00
SSL_EMAIL
This commit is contained in:
3
.env
3
.env
@@ -11,6 +11,9 @@ SUBDOMAIN=n8n
|
|||||||
# If not set New York time will be used
|
# If not set New York time will be used
|
||||||
GENERIC_TIMEZONE=Europe/Moscow
|
GENERIC_TIMEZONE=Europe/Moscow
|
||||||
|
|
||||||
|
# Email for SSL Let's Encrypt.
|
||||||
|
SSL_EMAIL=youremail@example.com
|
||||||
|
|
||||||
# Secret key to encrypt credentials (generate a new one for production)
|
# Secret key to encrypt credentials (generate a new one for production)
|
||||||
N8N_KEY=4uguWxkSXX8g6biqCcof7VqPNW225v
|
N8N_KEY=4uguWxkSXX8g6biqCcof7VqPNW225v
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Email for SSL Let's Encrypt.
|
# Email for SSL Let's Encrypt.
|
||||||
{
|
{
|
||||||
email youremail@example.com
|
email {$SSL_EMAIL}
|
||||||
log {
|
log {
|
||||||
level WARN
|
level WARN
|
||||||
format console
|
format console
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ services:
|
|||||||
- '443:443/udp'
|
- '443:443/udp'
|
||||||
environment:
|
environment:
|
||||||
DOMAIN_NAME: ${DOMAIN_NAME}
|
DOMAIN_NAME: ${DOMAIN_NAME}
|
||||||
|
SSL_EMAIL: ${SSL_EMAIL}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/caddy:/data
|
- ./data/caddy:/data
|
||||||
- ./config:/etc/caddy
|
- ./config:/etc/caddy
|
||||||
|
|||||||
Reference in New Issue
Block a user