diff --git a/deploy/aca/azure.yaml b/deploy/aca/azure.yaml index 54fa807..85df9ae 100644 --- a/deploy/aca/azure.yaml +++ b/deploy/aca/azure.yaml @@ -8,16 +8,21 @@ services: project: ../../app/backend language: java host: containerapp + docker: + remoteBuild: true indexer: project: ../../app/indexer language: java host: containerapp docker: path: ./microservice/Dockerfile + remoteBuild: true web: project: ../../app/frontend language: js host: containerapp + docker: + remoteBuild: true hooks: diff --git a/deploy/aks/azure.yaml b/deploy/aks/azure.yaml index e4a1e8a..ea95783 100644 --- a/deploy/aks/azure.yaml +++ b/deploy/aks/azure.yaml @@ -8,6 +8,8 @@ services: project: ../../app/backend language: java host: aks + docker: + remoteBuild: true k8s: namespace: azure-open-ai indexer: @@ -16,6 +18,7 @@ services: host: aks docker: path: ./microservice/Dockerfile + remoteBuild: true k8s: namespace: azure-open-ai frontend: @@ -26,6 +29,7 @@ services: namespace: azure-open-ai docker: path: ./Dockerfile-aks + remoteBuild: true infra: path: ./infra