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 2477894 commit 2ce0b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions example/.fluentci/src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ export const microcksService = () => {
.withEnvVariable("KEYCLOAK_ADMIN_PASSWORD", "admin")
.withEnvVariable("KC_HOSTNAME_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_URL", "http://localhost:18080")
.withUser("keycloak")
.withEntrypoint(["/opt/keycloak/bin/kc.sh", "start-dev", "--import-realm"])
.withExec(["start-dev", "--import-realm"])
.withExposedPort(8080)
.asService();

Expand Down
3 changes: 1 addition & 2 deletions src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ export const microcksService = () => {
.withEnvVariable("KEYCLOAK_ADMIN_PASSWORD", "admin")
.withEnvVariable("KC_HOSTNAME_ADMIN_URL", "http://localhost:18080")
.withEnvVariable("KC_HOSTNAME_URL", "http://localhost:18080")
.withUser("keycloak")
.withEntrypoint(["/opt/keycloak/bin/kc.sh", "start-dev", "--import-realm"])
.withExec(["start-dev", "--import-realm"])
.withExposedPort(8080)
.asService();

Expand Down

0 comments on commit 2ce0b75

Please sign in to comment.