File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ services:
119
119
- GITLAB_SECRETS_OTP_KEY_BASE=${GITLAB_SECRETS_OTP_KEY_BASE?Variable not set}
120
120
121
121
- GITLAB_ROOT_PASSWORD=${GITLAB_ROOT_PASSWORD?Variable not set}
122
- - GITLAB_ROOT_EMAIL=${GITLAB_ROOT_EMAIL-:admin@${GITLAB_HOST} }
122
+ - GITLAB_ROOT_EMAIL=${GITLAB_ROOT_EMAIL?Variable not set }
123
123
124
124
- GITLAB_NOTIFY_ON_BROKEN_BUILDS=${GITLAB_NOTIFY_ON_BROKEN_BUILDS:-true}
125
125
- GITLAB_NOTIFY_PUSHER=${GITLAB_NOTIFY_PUSHER:-false}
126
126
127
- - GITLAB_EMAIL=${GITLAB_EMAIL:-notifications@${GITLAB_HOST ?Variable not set} }
128
- - GITLAB_EMAIL_REPLY_TO=${GITLAB_EMAIL_REPLY_TO:-noreply@${GITLAB_HOST ?Variable not set} }
129
- - GITLAB_INCOMING_EMAIL_ADDRESS=${GITLAB_INCOMING_EMAIL_ADDRESS:-reply@${GITLAB_HOST ?Variable not set} }
127
+ - GITLAB_EMAIL=${GITLAB_EMAIL:?Variable not set}
128
+ - GITLAB_EMAIL_REPLY_TO=${GITLAB_EMAIL_REPLY_TO?Variable not set}
129
+ - GITLAB_INCOMING_EMAIL_ADDRESS=${GITLAB_INCOMING_EMAIL_ADDRESS?Variable not set}
130
130
131
131
- GITLAB_BACKUP_SCHEDULE=${GITLAB_BACKUP_SCHEDULE:-daily}
132
132
- GITLAB_BACKUP_TIME=${GITLAB_BACKUP_TIME:-01:00}
You can’t perform that action at this time.
0 commit comments