Skip to content

Commit

Permalink
Add container orchestrator for cloud deploy (#12076)
Browse files Browse the repository at this point in the history
* Add container orchestrator for cloud deploy
Co-authored-by: Parker Mossman <[email protected]>
  • Loading branch information
alovew authored and suhomud committed May 23, 2022
1 parent 6ebd8b8 commit 3ac3dc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-cloud.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ services:
context: airbyte-metrics/reporter
labels:
io.airbyte.git-revision: ${GIT_REVISION}
container-orchestrator:
image: airbyte/container-orchestrator:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-container-orchestrator
labels:
io.airbyte.git-revision: ${GIT_REVISION}

0 comments on commit 3ac3dc5

Please sign in to comment.