add sso_provider_secret to secrets

This commit is contained in:
marlon 2024-10-30 16:55:41 -04:00
parent 3cb30ab798
commit b824b9780c

View File

@ -39,6 +39,7 @@ services:
secrets:
- initial_root_password
- runner_token
- sso_provider_secret
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s