mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-12-14 23:39:19 +01:00
Fix gitea ENV variables and config smtp.
This commit is contained in:
12
local.env
12
local.env
@ -42,3 +42,15 @@ ROUNDCUBEMAIL_ASPELL_DICTS=en
|
||||
## NGINX Reverse Proxy
|
||||
NGINX_PROXY_CONTAINER=nginx-proxy
|
||||
LETSENCRYPT_RESTART_CONTAINER=true
|
||||
|
||||
## GITEA Setup
|
||||
|
||||
GITEA__server__HTTP_PORT = 3000
|
||||
GITEA__server__DISABLE_SSH = false
|
||||
GITEA__server__SSH_PORT = 222
|
||||
GITEA__server__SSH_LISTEN_PORT = 222
|
||||
|
||||
GITEA__mailer__ENABLED = true
|
||||
GITEA__mailer__PROTOCOL = smtp
|
||||
GITEA__mailer__SMTP_ADDR = mailserver
|
||||
GITEA__mailer__SMTP_PORT = 25
|
||||
Reference in New Issue
Block a user