From b824b9780cb83e398deb2355845268e8335d6229 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 30 Oct 2024 16:55:41 -0400 Subject: [PATCH] add sso_provider_secret to secrets --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 8a586ac..8dedbf2 100644 --- a/compose.yml +++ b/compose.yml @@ -39,6 +39,7 @@ services: secrets: - initial_root_password - runner_token + - sso_provider_secret healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 30s