Skip to content

Commit

Permalink
Merge pull request #3768 from uselagoon/keycloak-local-dev-theme-support
Browse files Browse the repository at this point in the history
chore: fix keycloak local-dev for live theme loading
  • Loading branch information
tobybellwood authored Aug 16, 2024
2 parents bf80eb8 + db879f1 commit a55c77c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ services:
user: '111111111'
depends_on:
- keycloak-db
command: 'start-dev'
ports:
- '8088:8080'
environment:
Expand All @@ -179,9 +180,9 @@ services:
# - NEW_RELIC_LICENSE_KEY=
# - NEW_RELIC_APP_NAME=keycloak-local
volumes:
- "./services/keycloak/profile.properties:/opt/jboss/keycloak/standalone/configuration/profile.properties"
- "./services/keycloak/startup-scripts:/opt/jboss/startup-scripts"
- "./services/keycloak/themes/lagoon:/opt/jboss/keycloak/themes/lagoon"
- "./services/keycloak/profile.properties:/opt/keycloak/standalone/configuration/profile.properties"
- "./services/keycloak/startup-scripts:/opt/keycloak/startup-scripts"
- "./services/keycloak/themes/lagoon:/opt/keycloak/themes/lagoon"
- "./local-dev/keycloak:/lagoon/keycloak"
keycloak-db:
image: ${IMAGE_REPO:-lagoon}/keycloak-db
Expand Down

0 comments on commit a55c77c

Please sign in to comment.