mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
templates: set GITLAB_EMAIL to in notifications@example.com in docker compose and kubernetes templates
This commit is contained in:
parent
a3914be62a
commit
01067765df
@ -34,7 +34,7 @@ gitlab:
|
||||
- GITLAB_HOST=localhost
|
||||
- GITLAB_PORT=10080
|
||||
- GITLAB_SSH_PORT=10022
|
||||
- GITLAB_EMAIL=admin@example.com
|
||||
- GITLAB_EMAIL=notifications@example.com
|
||||
- GITLAB_EMAIL_REPLY_TO=noreply@example.com
|
||||
- GITLAB_INCOMING_EMAIL_ADDRESS=reply@example.com
|
||||
- GITLAB_BACKUPS=daily
|
||||
|
||||
@ -38,7 +38,7 @@ spec:
|
||||
value: false
|
||||
|
||||
- name: GITLAB_EMAIL
|
||||
value: admin@example.com
|
||||
value: notifications@example.com
|
||||
- name: GITLAB_EMAIL_REPLY_TO
|
||||
value: noreply@example.com
|
||||
- name: GITLAB_INCOMING_EMAIL_ADDRESS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user