Skip to content

Commit

Permalink
feat: Add keycloak to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamast3r committed Apr 2, 2024
1 parent 47f8e3c commit 48f54f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,14 @@ services:
- "8080:8080"
depends_on:
- redpanda
keycloak:
image: "quay.io/keycloak/keycloak:24.0.1"
restart: unless-stopped
command:
- start-dev
environment:
KC_HTTP_PORT: 8083
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
ports:
- "8083:8083"

0 comments on commit 48f54f4

Please sign in to comment.