mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 10:10:30 +00:00
improvement: update docker dev and makefile for keycloak dev
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||||
|
|||||||
@@ -192,6 +192,17 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user