improvement: update docker dev and makefile for keycloak dev

This commit is contained in:
Scott Wilson
2025-01-31 11:14:49 -08:00
parent c4b23a8d4f
commit 01d3443139
2 changed files with 14 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ reviewable-api:
npm run type:check npm run type:check
reviewable: reviewable-ui reviewable-api reviewable: reviewable-ui reviewable-api
up-dev-sso:
docker compose -f docker-compose.dev.yml --profile sso up --build

View File

@@ -193,6 +193,17 @@ services:
- openldap - openldap
profiles: [ldap] profiles: [ldap]
keycloak:
image: quay.io/keycloak/keycloak:26.1.0
restart: always
environment:
- KC_BOOTSTRAP_ADMIN_PASSWORD=admin
- KC_BOOTSTRAP_ADMIN_USERNAME=admin
command: start-dev
ports:
- 8088:8080
profiles: [ sso ]
volumes: volumes:
postgres-data: postgres-data:
driver: local driver: local