Skip to content

Latest commit

 

History

History
 
 

keycloak_docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

keycloack docker

Setup

  • You can change the values in the .env file to your liking
POSTGRES_DB=keycloak_db
POSTGRES_USER=keycloak_db_user
POSTGRES_PASSWORD=keycloak_db_user_password
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=password

Those are the default values feel free to change them

You can change the values in the docker-compose file your liking like changing the port

Run the container

To run the containne simply execute the folowing command

$ docker-compose up -d

Or if you are using docker compose V2 or newer this

$ docker compose up -d

Go to localhost:{choosen_port} to login on to the admin page (defaults to 8080)