Skip to content

Commit

Permalink
Add a default keycloak realm with test users to be imported in the do…
Browse files Browse the repository at this point in the history
…ckerized keycloak service
  • Loading branch information
little-pinecone committed Aug 13, 2021
1 parent 13ff7ae commit fc67a69
Show file tree
Hide file tree
Showing 3 changed files with 2,297 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/docker/docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ services:
environment:
- KEYCLOAK_USER=${KEYCLOAK_USER}
- KEYCLOAK_PASSWORD=${KEYCLOAK_PASSWORD}
- KEYCLOAK_IMPORT=/tmp/realm-export.json
- DB_DATABASE=${KEYCLOAK_DATABASE_NAME}
- DB_USER=${KEYCLOAK_DATABASE_USER}
- DB_PASSWORD=${KEYCLOAK_DATABASE_PASSWORD}
- DB_ADDR=${KEYCLOAK_DATABASE_HOST}
- DB_VENDOR=${KEYCLOAK_DATABASE_VENDOR}
volumes:
- ./keycloak/realms/realm-export.json:/tmp/realm-export.json
networks:
internal:
depends_on:
Expand Down
Loading

0 comments on commit fc67a69

Please sign in to comment.