mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-12-14 23:39:19 +01:00
wip change acme html01 to dns01
This commit is contained in:
12
local.env
12
local.env
@ -1,3 +1,6 @@
|
||||
DEBUG=1
|
||||
# LETSENCRYPT_TEST=true
|
||||
|
||||
## Docker Env
|
||||
PERMIT_DOCKER=network
|
||||
|
||||
@ -20,6 +23,8 @@ ENABLE_DNSBL=0
|
||||
ENABLE_QUOTAS=0
|
||||
ENABLE_POP3=0
|
||||
|
||||
|
||||
## Email Relay
|
||||
RELAY_HOST=smtp.sendgrid.net
|
||||
RELAY_PORT=587
|
||||
RELAY_USER=apikey
|
||||
@ -29,6 +34,7 @@ RELAY_USER=apikey
|
||||
POSTGRES_USER="pgadmin"
|
||||
POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256"
|
||||
|
||||
|
||||
## Round Cube Env
|
||||
ROUNDCUBEMAIL_DB_TYPE=pgsql
|
||||
ROUNDCUBEMAIL_DB_NAME=roundcube
|
||||
@ -36,12 +42,14 @@ ROUNDCUBEMAIL_DB_USER=roundcube
|
||||
ROUNDCUBEMAIL_SKIN=elastic
|
||||
ROUNDCUBEMAIL_ASPELL_DICTS=en
|
||||
|
||||
|
||||
## NGINX Reverse Proxy
|
||||
NGINX_PROXY_CONTAINER=nginx-proxy
|
||||
LETSENCRYPT_RESTART_CONTAINER=true
|
||||
ENABLE_IPV6=false
|
||||
|
||||
|
||||
## GITEA Setup
|
||||
|
||||
GITEA__server__HTTP_PORT = 3000
|
||||
GITEA__server__DISABLE_SSH = false
|
||||
GITEA__server__SSH_PORT = 222
|
||||
@ -50,4 +58,4 @@ GITEA__server__SSH_LISTEN_PORT = 222
|
||||
GITEA__mailer__ENABLED = true
|
||||
GITEA__mailer__PROTOCOL = smtp
|
||||
GITEA__mailer__SMTP_ADDR = mailserver
|
||||
GITEA__mailer__SMTP_PORT = 25
|
||||
GITEA__mailer__SMTP_PORT = 25
|
||||
|
||||
Reference in New Issue
Block a user