Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 626 Bytes

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.