/keycloak-compose

Run keycloak and postgresql with docker compose

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

keycloak-compose

Run keycloak and postgresql with docker compose

This repo is set for my blogs

Run Keycloak in docker with extenal DB

Run Keycloak locally with Docker compose

Quick start

Prerequisite

Step 1

update /etc/hosts , add below lines

# keycloak
127.0.0.1 keycloak.com.au

On Windows, the file path is usually: c:\Windows\System32\Drivers\etc\hosts

Step 2

git clone https://github.com/ozbillwang/keycloak-compose.git
cd keycloak-compose
docker compose up -d

Step 3

access http://keycloak.com.au:8180 go with "Administration Console ", then login with admin / password

image