Open source identity and access management
Go to file
Christian Galo 743eee88cd keycloak bump version 2023-10-16 23:19:44 +00:00
.gitignore un-abra-ify. 2023-08-14 07:24:41 +00:00
LICENSE Bootstrap repository 2020-06-18 18:21:15 +02:00
README.md keycloak bump version 2023-10-16 23:19:44 +00:00
compose.yaml keycloak bump version 2023-10-16 23:19:44 +00:00

README.md

Keycloak

Wiki Cafe's configuration for a Keycloak deployment. Originally slimmed down from an abra recipe by Co-op Cloud.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify one or multiple compose files.

docker stack deploy keycloak -c compose.yaml