https://github.com/viniciusfinger/keycloak-docker-compose
Keycloak 24 docker-compose template
https://github.com/viniciusfinger/keycloak-docker-compose
docker docker-compose docker-compose-template keycloak
Last synced: 11 months ago
JSON representation
Keycloak 24 docker-compose template
- Host: GitHub
- URL: https://github.com/viniciusfinger/keycloak-docker-compose
- Owner: viniciusfinger
- Created: 2024-05-31T18:54:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:07:56.000Z (about 2 years ago)
- Last Synced: 2025-07-21T15:26:47.505Z (11 months ago)
- Topics: docker, docker-compose, docker-compose-template, keycloak
- Homepage:
- Size: 75.2 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-compose template for Keycloak 🔑
This docker-compose template sets up a Keycloak server, which is an open-source identity and access management solution. Keycloak provides features such as single sign-on (SSO), user federation, identity brokering, and social login. This template simplifies the deployment and configuration process, making it easy to get started with Keycloak for securing your applications and services.

## Prerequisites
Before running the application, ensure you have the following installed:
- Windows WSL (Only if you're on Windows)
- Docker 🐳
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/viniciusfinger/keycloak-docker-compose.git
```
2. Run the compose:
```bash
docker-compose up
```
## Usage
1. After running the container, go to the Keycloak admin panel at:
[localhost:7080](localhost:7080) or the port you defined at docker-compose.
2. Login with user `admin` and password `admin` or the user and pass you defined at docker-compose.
3. All done!
## Customization
Feel free to clone and customize the file to suit your needs.