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.
- Host: GitHub
- URL: https://github.com/giljr/keycloak_docker_compose_app
- Owner: giljr
- Created: 2025-07-12T22:06:15.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-13T13:17:08.000Z (11 months ago)
- Last Synced: 2025-10-06T19:54:28.929Z (8 months ago)
- Topics: docker, docker-compose, howto-tutorial, keycloak, mailhog-docker, pg, pgadmin, rails8
- Language: Ruby
- Homepage: https://medium.com/jungletronics/rails-8-keycloak-integration-docker-a-beginners-guide-259c4f387377
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)