Skip to content

Commit

Permalink
adds keycloak import file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 27, 2023
1 parent 2fc1f0e commit 499c686
Show file tree
Hide file tree
Showing 2 changed files with 1,886 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose/compose-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
image: quay.io/keycloak/keycloak
ports:
- 8083:8080
command: start-dev
command: start-dev --import-realm
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=change_me
Expand All @@ -154,6 +154,8 @@ services:
- KC_DB_USERNAME=postgres
- KC_DB_PASSWORD=foofar
- KC_DB_SCHEMA=keycloak
volumes:
- $PWD/keycloak/imports:/opt/keycloak/data/import
networks:
- kc-network
depends_on:
Expand Down
Loading

0 comments on commit 499c686

Please sign in to comment.