Skip to content

Commit

Permalink
Add demo realm import
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Nov 16, 2023
1 parent 8534344 commit b0e7e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: "3.5"
services:
identity-api:
image: eoepca/um-identity-api:latest
image: eoepca/um-identity-api:v1.0.5
container_name: um-identity-api
networks:
- eoepca_network
ports:
- '8080:8080'
environment:
- AUTH_SERVER_URL=http://keycloak:8080
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=admin
restart: on-failure
keycloak:
image: quay.io/keycloak/keycloak:22.0.5
Expand Down
2 changes: 1 addition & 1 deletion realm-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"secret": "Oj5bPfRNJyerALL60eFyQuZBCNj9woXR",
"redirectUris": [
"*"
],
Expand Down

0 comments on commit b0e7e9a

Please sign in to comment.