Add Keycloak SSO compose override file
Some checks reported errors
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2026-06-02 23:25:11 +01:00
parent b305445512
commit f5fdab61b1

14
compose.keycloak.yml Normal file
View File

@ -0,0 +1,14 @@
version: "3.8"
services:
app:
secrets:
- keycloak_client_id
- keycloak_client_secret
secrets:
keycloak_client_id:
external: true
name: ${STACK_NAME}_keycloak_client_id_${SECRET_KEYCLOAK_CLIENT_ID_VERSION}
keycloak_client_secret:
external: true
name: ${STACK_NAME}_keycloak_client_secret_${SECRET_KEYCLOAK_CLIENT_SECRET_VERSION}