Does anyone have a multiple repos with independent...
# ask-community
g
Does anyone have a multiple repos with independent containers set-up via docker-compose or a kubernetes deployment.yaml they could share or point me towards?
I feel like it's two grpc_servers defined in workspace.yaml and then two services defined in the docker-compose.yaml, but I'm not sure.
j
Yeah that sounds right- one repo to host the dagster host stuff-
dagster.yaml
and
workspace.yaml
(which points at the external grpc servers), then however many repos holding Job code that get bundled into an image and run a
dagster api grpc
server
1
If using the K8s Helm chart, the analogous setup is the main chart in one repo, and the user deployments subchart in another