Updated references to align with namechange

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2025-05-03 10:02:00 +01:00
parent 28ac198055
commit 76ad962b69
No known key found for this signature in database
GPG Key ID: F4E44C0A8C57006F
1 changed files with 4 additions and 4 deletions

View File

@ -3,19 +3,19 @@ services:
image: localhost:5001/workflow-llm:latest
build:
context: ../
dockerfile: ./07-k8s-multi-agent-workflow/services/workflow-llm/Dockerfile
dockerfile: ./05-multi-agent-workflow-k8s/services/workflow-llm/Dockerfile
elf:
image: localhost:5001/elf:latest
build:
context: ../
dockerfile: ./07-k8s-multi-agent-workflow/services/elf/Dockerfile
dockerfile: ./05-multi-agent-workflow-k8s/services/elf/Dockerfile
hobbit:
image: localhost:5001/hobbit:latest
build:
context: ../
dockerfile: ./07-k8s-multi-agent-workflow/services/hobbit/Dockerfile
dockerfile: ./05-multi-agent-workflow-k8s/services/hobbit/Dockerfile
wizard:
image: localhost:5001/wizard:latest
build:
context: ../
dockerfile: ./07-k8s-multi-agent-workflow/services/wizard/Dockerfile
dockerfile: ./05-multi-agent-workflow-k8s/services/wizard/Dockerfile