- 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
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