Skip to content

Commit

Permalink
Add keycloak and keycloak-setup entries to docker-compose.build.yaml …
Browse files Browse the repository at this point in the history
…(#7954)
  • Loading branch information
pmossman committed Jul 21, 2023
1 parent 649ee78 commit bdac401
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,17 @@ services:
context: airbyte-metrics/reporter
labels:
io.airbyte.git-revision: ${GIT_REVISION}
keycloak:
image: airbyte/keycloak:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-keycloak
labels:
io.airbyte.git-revision: ${GIT_REVISION}
keycloak-setup:
image: airbyte/keycloak-setup:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-keycloak-setup
labels:
io.airbyte.git-revision: ${GIT_REVISION}
4 changes: 3 additions & 1 deletion tools/bin/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ projectDir=(
"server"
"temporal"
"webapp"
"workers"
"workers",
"keycloak",
"keycloak-setup"
)

# Set default values to required vars. If set in env, values will be taken from there.
Expand Down

0 comments on commit bdac401

Please sign in to comment.