Skip to content

Commit 517ae83

Browse files
committed
Update README
1 parent 2dd1036 commit 517ae83

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
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`
16+
17+
## License
18+
19+
MIT License.

0 commit comments

Comments
 (0)