1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Fix ENV vars on Keycloak recipe

This commit is contained in:
Benjamin Durham
2020-06-21 17:55:41 -07:00
committed by GitHub
parent 4d847cc14f
commit 1ae2ca4542

View File

@@ -31,7 +31,7 @@ mkdir -p /var/data/keycloak/database-dump
### Prepare environment ### Prepare environment
Create `/var/data/keycloak/keycloak.env`, and populate with the following variables, customized for your own domain structure. Create `/var/data/config/keycloak/keycloak.env`, and populate with the following variables, customized for your own domain structure.
``` ```
# Technically, this could be auto-detected, but we prefer to be prescriptive # Technically, this could be auto-detected, but we prefer to be prescriptive
@@ -54,7 +54,7 @@ POSTGRES_USER=keycloak
POSTGRES_PASSWORD=myuberpassword POSTGRES_PASSWORD=myuberpassword
``` ```
Create `/var/data/keycloak/keycloak-backup.env`, and populate with the following, so that your database can be backed up to the filesystem, daily: Create `/var/data/config/keycloak/keycloak-backup.env`, and populate with the following, so that your database can be backed up to the filesystem, daily:
``` ```
PGHOST=keycloak-db PGHOST=keycloak-db