Skip to content

Instantly share code, notes, and snippets.

View timo-reymann's full-sized avatar
🦄
dreaming of being a unicorn

Timo Reymann timo-reymann

🦄
dreaming of being a unicorn
View GitHub Profile

Keybase proof

I hereby claim:

  • I am timo-reymann on github.
  • I am timoreymann (https://keybase.io/timoreymann) on keybase.
  • I have a public key whose fingerprint is 85D7 B543 7337 48BE 8D78 CA0F 6874 A594 841A 0138

To claim this, I am signing this object:

@timo-reymann
timo-reymann / docker-compose.yml
Created November 17, 2019 10:37
Keycloak docker-compose
version: '3.2'
services:
keycloak:
image: jboss/keycloak:latest # please use fixed version for real world usage
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: changeme
DB_VENDOR: postgres
DB_ADDR: localhost
DB_DATABASE: keycloak