Skip to content

Commit

Permalink
- adds python-keycloak module
Browse files Browse the repository at this point in the history
Ref: #71
  • Loading branch information
oliveratfoodcoopx committed Nov 9, 2022
1 parent 7780000 commit 40b5f0d
Show file tree
Hide file tree
Showing 5 changed files with 2,114 additions and 66 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:

ports:
- "8080:8080"

environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
3 changes: 3 additions & 0 deletions docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM quay.io/keycloak/keycloak:20.0.1

COPY ./import/*.json /opt/keycloak/data/import/

RUN /opt/keycloak/bin/kc.sh import --dir /opt/keycloak/data/import

CMD ["start-dev"]
Loading

0 comments on commit 40b5f0d

Please sign in to comment.