Add Keycloak SSO compose override file
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
14
compose.keycloak.yml
Normal file
14
compose.keycloak.yml
Normal 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}
|
||||
Reference in New Issue
Block a user