https://github.com/bessouat40/keycloak-postgres-docker
Minimalist example of keycloak connection with a postgres database.
https://github.com/bessouat40/keycloak-postgres-docker
beginner beginner-project docker docker-compose keycloak postgresql tutorial
Last synced: about 1 year ago
JSON representation
Minimalist example of keycloak connection with a postgres database.
- Host: GitHub
- URL: https://github.com/bessouat40/keycloak-postgres-docker
- Owner: Bessouat40
- Created: 2023-11-04T09:36:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:10:03.000Z (over 2 years ago)
- Last Synced: 2025-01-17T01:48:51.566Z (about 1 year ago)
- Topics: beginner, beginner-project, docker, docker-compose, keycloak, postgresql, tutorial
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keycloak-postgres-docker
It's a minimalist example project to show how to setup keycloak using a postgres database with docker.
## Usage
To run this project :
```bash
docker-compose build
docker-compose up -d
```