From 050ca1c6c88b89a337c0193ebc2c38bc1408946f Mon Sep 17 00:00:00 2001 From: Javielico <103+javielico@noreply.git.coopcloud.tech> Date: Tue, 30 Jun 2026 11:55:40 +0000 Subject: [PATCH] Handling smtp password for gitlab --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 03d32a6..8213ae5 100644 --- a/compose.yml +++ b/compose.yml @@ -53,7 +53,7 @@ secrets: name: ${STACK_NAME}_initial_root_password_${SECRET_INITIAL_ROOT_PASSWORD_VERSION} smtp_password: external: true - name: ${STACK_NAME}_smtp_password_${SMTP_PASSWORD_VERSION} + name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION} runner_token: external: true name: ${STACK_NAME}_runner_token_${SECRET_RUNNER_TOKEN_VERSION}