An open API service indexing awesome lists of open source software.

https://github.com/giljr/keycloak_docker_compose_app

From Rails 8 + Keycloak Integration + Docker: A Beginner’s Guide.
https://github.com/giljr/keycloak_docker_compose_app

docker docker-compose howto-tutorial keycloak mailhog-docker pg pgadmin rails8

Last synced: 24 days ago
JSON representation

From Rails 8 + Keycloak Integration + Docker: A Beginner’s Guide.

Awesome Lists containing this project

README

          

## Rails 8 + Keycloak Integration + Docker: A Beginner’s Guide

Learn how to integrate Rails 8 with Keycloak for authentication, powered by Docker for a smooth development experience.

This guide is inspired by [Rails 8 + Keycloak Integration: A Beginner’s Guide](https://medium.com/jungletronics/rails-8-keycloak-integration-a-beginners-guide-e3b11dcaf560), updated for the latest Rails and Ubuntu 25.04 and now using 👌 Docker Technology 👌.

🧰 Prerequisites
```
✅ Ubuntu 22.04+ (tested on 25.04)
✅ Docker & Docker Compose (docker compose version)
✅ Rails 8 (rails -v)
✅ PostgreSQL client tools (psql)
```

## Roadmap

#### 1️⃣ Clone the project
```bash
git clone https://github.com/giljr/keycloak_docker_compose_app.git
cd keycloak_docker_compose_app
```
#### 2️⃣ Follow the tutorial:

[Rails 8 + Keycloak Integration + Docker: A Beginner’s Guide](https://medium.com/jungletronics/rails-8-keycloak-integration-docker-a-beginners-guide-259c4f387377)

Learn how to integrate Rails 8 with Keycloak for authentication, powered by Docker for a smooth development experience
## Running the App

To run the app, see the [keycloak_demo](keycloak_demo/) directory for instructions and setup.

## License

MIT © [Jaythree] — [brougt by Jungletronics](https://medium.com/jungletronics/rails-8-keycloak-integration-docker-a-beginners-guide-259c4f387377)