@@ -16,25 +16,25 @@ Knowledge about all elements in the compose file before use.
16
16
## Handy styff
17
17
This docker compose file sets up:
18
18
19
- - nginx with ssl sertificates
20
- - Inclues config app.conf file but to be used as example only.
21
- - based on some articles and repos
22
- https://github.com/wmnnd/nginx-certbot
23
- https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71
24
-
25
- - Keycloak for authentication with custom "adminlte" login page
26
- - based on some articles:
27
- https://medium.com/@shivangbhandari/custom-themes-for-keycloak-631bdd3e04e5
28
- https://www.mai1015.com/development/2019/05/05/docker-keycloak-proxy-behind-nginx/
29
- https://www.keycloak.org/docs/4.8/authorization_services/
30
- https://www.youtube.com/watch?v=XJYy6Aq-PJ8
31
- - Example theme from:
32
- https://github.com/MAXIMUS-DeltaWare/adminlte-keycloak-theme
33
-
34
- - mysql with config
35
- - Inclues config my.cnf file but to be used as example only. Remember to change my.cnf gile dependent of what kind of mariadb version you use.
36
-
37
- - Redis
19
+ - nginx with ssl sertificates
20
+ - Inclues config app.conf file but to be used as example only.
21
+ - based on some articles and repos
22
+ https://github.com/wmnnd/nginx-certbot
23
+ https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71
24
+
25
+ - Keycloak for authentication with custom "adminlte" login page
26
+ - based on some articles:
27
+ https://medium.com/@shivangbhandari/custom-themes-for-keycloak-631bdd3e04e5
28
+ https://www.mai1015.com/development/2019/05/05/docker-keycloak-proxy-behind-nginx/
29
+ https://www.keycloak.org/docs/4.8/authorization_services/
30
+ https://www.youtube.com/watch?v=XJYy6Aq-PJ8
31
+ - Example theme from:
32
+ https://github.com/MAXIMUS-DeltaWare/adminlte-keycloak-theme
33
+
34
+ - mysql with config
35
+ - Inclues config my.cnf file but to be used as example only. Remember to change my.cnf gile dependent of what kind of mariadb version you use.
36
+
37
+ - Redis
38
38
39
39
40
40
## Run with ssl sertificates
0 commit comments