Keycloak is an open-source Identity and Access Management solution aimed at modern applications and services.
To start the Keycloak container, run
docker compose up --detach
Once the container is running, you can access Keycloak at http://localhost:8080, using
- Username:
admin
- Password:
admin
To stop and remove the containers, run
docker compose down --volumes