Update Docker & Kubernetes/Docker/Docker Compose/Keycloak.md

This commit is contained in:
2024-07-09 18:22:15 -06:00
parent 09a697bf14
commit 2eb3743f66

View File

@ -61,7 +61,7 @@
external: true external: true
``` ```
1. Be sure to set the `-v /srv/containers/portainer:/data` value to a safe place that gets backed up regularily. 1. This sets the timezone of the Keycloak server to your timezone. This is not really necessary according to the official documentation, however I just like to add it to all of my containers as a baseline environment variable to add
2. This assumes you are running Keycloak behind a reverse proxy, in my particular case, Traefik 2. This assumes you are running Keycloak behind a reverse proxy, in my particular case, Traefik
3. Set this to the FQDN that you are expecting to reach the Keycloak server at behind your reverse proxy 3. Set this to the FQDN that you are expecting to reach the Keycloak server at behind your reverse proxy
4. This assumes you are running Keycloak behind a reverse proxy, in my particular case, Traefik 4. This assumes you are running Keycloak behind a reverse proxy, in my particular case, Traefik