Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
DO-66 ✨ Add keycloak (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkravetz committed Feb 11, 2020
1 parent 5823ac9 commit ecaa4d9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ services:
ports:
- "8086:8086"

keycloak:
image: jboss/keycloak:8.0.2
hostname: keycloak
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: adminadmin
DB_VENDOR: h2
# Can't properly provision a login theme
# volumes:
# - ${PWD}/xain-theme-keycloak:/opt/jboss/keycloak/themes
networks:
- xain-fl-dev
ports:
- "8080:8080"

xain-fl-dev:
build:
context: .
Expand Down

0 comments on commit ecaa4d9

Please sign in to comment.