Handling of smtp_password secrets
This commit is contained in:
@@ -39,6 +39,7 @@ services:
|
||||
- initial_root_password
|
||||
- runner_token
|
||||
- sso_provider_secret
|
||||
- smtp_password
|
||||
healthcheck:
|
||||
test: ["CMD", "bash", "/opt/gitlab/etc/gitlab-healthcheck-rc" ]
|
||||
interval: 30s
|
||||
@@ -50,6 +51,9 @@ secrets:
|
||||
initial_root_password:
|
||||
external: true
|
||||
name: ${STACK_NAME}_initial_root_password_${SECRET_INITIAL_ROOT_PASSWORD_VERSION}
|
||||
smtp_password:
|
||||
external: true
|
||||
name: ${STACK_NAME}_smtp_password_${SMTP_PASSWORD_VERSION}
|
||||
runner_token:
|
||||
external: true
|
||||
name: ${STACK_NAME}_runner_token_${SECRET_RUNNER_TOKEN_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user