msakho / keycloak-nginx

Example for using NGINX as reverse proxy for Keycloak.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Nginx as reverse proxy for Keycloak

Simply run

docker-compose up

This command starts Nginx, Keycloak and the proper database. The Nginx configuration can be found in nginx.conf.

Accessing http://localhost:8080/keycloak/auth/ will open the administration UI of Keycloak. The credentials are "admin" and "password".

About

Example for using NGINX as reverse proxy for Keycloak.

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%