Skip to content

quikk-software/fly-keycloak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Keycloak on fly.io

This setup is using fly.io's postgres "service" and DNS_PING (from jgroups) to achive clustering of the Keycloak instances.

https://fly.io/docs/postgres/getting-started/create-pg-cluster/

.env

KC_DB_URL_DATABASE=<DBNAME>
KC_DB_URL_HOST=top2.nearest.of.<PGAPPNAME>.internal
KC_DB_USERNAME=<USERNAME>
KC_DB_PASSWORD=<PASSWORD>
flyctl secrets import < .env
flyctl deploy

About

Running Keycloak on fly.io

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%