Fix gitea ENV variables and config smtp.

This commit is contained in:
2022-11-20 17:35:28 +01:00
parent 5f65170a3e
commit 3c2af70341
3 changed files with 19 additions and 94 deletions

View File

@ -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