Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 26, 2024
1 parent 1442082 commit 31a53b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/.fluentci/src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const microcksService = () => {
.withFile("/opt/keycloak/data/import/microcks-realm.json", realm)
.withEnvVariable("KEYCLOAK_ADMIN", "admin")
.withEnvVariable("KEYCLOAK_ADMIN_PASSWORD", "admin")
.withEnvVariable("KC_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_URL", "http://localhost:18080")
.withEntrypoint(["/opt/keycloak/bin/kc.sh", "start-dev", "--import-realm"])
.withExposedPort(8080)
Expand Down
2 changes: 1 addition & 1 deletion src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const microcksService = () => {
.withFile("/opt/keycloak/data/import/microcks-realm.json", realm)
.withEnvVariable("KEYCLOAK_ADMIN", "admin")
.withEnvVariable("KEYCLOAK_ADMIN_PASSWORD", "admin")
.withEnvVariable("KC_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_URL", "http://localhost:18080")
.withEntrypoint(["/opt/keycloak/bin/kc.sh", "start-dev", "--import-realm"])
.withExposedPort(8080)
Expand Down

0 comments on commit 31a53b8

Please sign in to comment.