Skip to content

coreypell/test-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my Keycloak stack for local development and testing!

Please Read the instructions below to deploy the stack with docker-compose!

NOTE: You will need docker/docker-desktop installed on your system before you attempt this


Create working directory, clone the repo, and build your images


Deploy your stack!

While you are still in the "test-identity" directory run:

  • docker-compose up -d

The Docker Compose will build the images for you if this is your first time. This will take some time, so please allow the process to complete!

From here you can navigate to https://localhost/auth to get to Keycloak.


Clean up!

  • docker-compose down -v

The "-v" option deletes named volumes for a full cleanup! If you wish to retain the named volumes, simply remove the "-v" option.

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors