From e043301f4a1e7980679c8519f331eebf0a2360f9 Mon Sep 17 00:00:00 2001 From: Javielico <103+javielico@noreply.git.coopcloud.tech> Date: Tue, 30 Jun 2026 11:53:00 +0000 Subject: [PATCH] Handling of smtp_password secrets --- compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yml b/compose.yml index bb4af58..03d32a6 100644 --- a/compose.yml +++ b/compose.yml @@ -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}