Add smtp configuration for GitLab to use noreply@jafner.net
This commit is contained in:
parent
3116267aca
commit
9ce0fa800b
@ -14,10 +14,18 @@ services:
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = 2229
|
||||
nginx['listen_https'] = false
|
||||
nginx['listen_port'] = 80
|
||||
# Add any other gitlab.rb configuration here, each on its own line
|
||||
gitlab_rails['smtp_enable'] = true
|
||||
gitlab_rails['smtp_address'] = "smtp.gmail.com"
|
||||
gitlab_rails['smtp_port'] = 465
|
||||
gitlab_rails['smtp_user_name'] = "noreply@jafner.net"
|
||||
gitlab_rails['smtp_password'] = "4jtX%u#^77jNsoh$z3GqLvUN3trowf#b"
|
||||
gitlab_rails['smtp_domain'] = "jafner.net"
|
||||
gitlab_rails['smtp_authentication'] = "login"
|
||||
gitlab_rails['smtp_enable_starttls_auto'] = true
|
||||
gitlab_rails['smtp_openssl_verify_mode'] = 'peer'
|
||||
gitlab_rails['gitlab_email_from'] = 'gitlab@jafner.net'
|
||||
gitlab_rails['gitlab_email_reply_to'] = 'noreply@jafner.net'
|
||||
ports:
|
||||
#- '80:80'
|
||||
#- '443:443'
|
||||
- '2229:22'
|
||||
- '5050:5050'
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user