kaeff / keycloak-postgres-nginx

Docker configuration for Keycloak + Nginx + Postgres (with Let's Encrypt support)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycloak-postgres-nginx

Docker configuration for Keycloak + Nginx + Postgres with Let's Encrypt support.

Easily setup a standalone node for Keycloak server so you can worry less about authentication and worry more about your application features.

Usage

  1. Modify the variables in the .env file.

  2. For LE_OPTIONS, choose either --staging or --keep-until-expiring, not both. (TODO: debug options failure)

  3. For dev purposes: docker-compose -f docker-compose-self-signed.yml up

  4. For production: docker-compose -f docker-compose-lets-encrypt.yml up

License

MIT License.

About

Docker configuration for Keycloak + Nginx + Postgres (with Let's Encrypt support)

License:MIT License


Languages

Language:Shell 77.5%Language:Dockerfile 22.5%