You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker configuration for Keycloak + Nginx + Postgres
1
+
# keycloak-postgres-nginx
2
+
3
+
Docker configuration for Keycloak + Nginx + Postgres with Let's Encrypt support.
4
+
5
+
Easily setup a standalone node for [Keycloak](http://www.keycloak.org) server so you can worry less about authentication and worry more about your application features.
6
+
7
+
## Usage
8
+
9
+
1. Modify the variables in the `.env` file.
10
+
11
+
1. For `LE_OPTIONS`, choose either `--staging` or `--keep-until-expiring`, not both. (TODO: debug options failure)
12
+
13
+
1. For dev purposes: `docker-compose -f docker-compose-self-signed.yml up`
14
+
15
+
1. For production: `docker-compose -f docker-compose-lets-encrypt.yml up`
0 commit comments