Skip to content

Commit

Permalink
fix: Revert the servers to the proper image (#617)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Brian McGinn <[email protected]>
  • Loading branch information
brian-intel authored Aug 26, 2024
1 parent 4d57fa6 commit 76046b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pipeline-server/docker-compose.pipeline-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:

evamclient1:
container_name: evam_1
image: bmcginn/cv-workshop:2.1
image: amr-registry.caas.intel.com/nex-microservices/intel/edge_video_analytics_microservice@sha256:5588f0488d908bc07daab9555c2776eb4a9bead78f43dde2eec452b610a534b4
ports:
- 8556:8554
- 8071:8080
Expand All @@ -128,7 +128,7 @@ services:

evamclient2:
container_name: evam_2
image: bmcginn/cv-workshop:2.1
image: amr-registry.caas.intel.com/nex-microservices/intel/edge_video_analytics_microservice@sha256:5588f0488d908bc07daab9555c2776eb4a9bead78f43dde2eec452b610a534b4
ports:
- 8557:8554
- 8072:8080
Expand Down Expand Up @@ -230,7 +230,7 @@ services:
checkout-network: {}

multimodal-data-visualization:
image: mr-registry.caas.intel.com/nex-microservices/intel/multimodal-data-visualization@sha256:b786f7c5cd82cda0cb39c912748a667aef8fc03ed8adf196ca44b84c3cd3a69b
image: amr-registry.caas.intel.com/nex-microservices/intel/multimodal-data-visualization@sha256:b786f7c5cd82cda0cb39c912748a667aef8fc03ed8adf196ca44b84c3cd3a69b
container_name: multimodal-data-visualization
ipc: "none"
security_opt:
Expand Down

0 comments on commit 76046b2

Please sign in to comment.