diff --git a/kubernetes/docker-compose.yml b/kubernetes/docker-compose.yml index af97209..7cf7ce2 100644 --- a/kubernetes/docker-compose.yml +++ b/kubernetes/docker-compose.yml @@ -28,7 +28,7 @@ services: entityident: container_name: entityident_container hostname: entityident - image: dse2021/entityident + image: gcr.io/resonant-grail-307708/entityident build: context: ../components/entitiy_ident/entity_ident_service dockerfile: Dockerfile @@ -41,7 +41,7 @@ services: eventstore: container_name: eventstore_container hostname: eventstore - image: dse2021/eventstore + image: gcr.io/resonant-grail-307708/eventstore build: context: ../components/event_store/service dockerfile: Dockerfile @@ -55,7 +55,7 @@ services: orchestration: container_name: orchestration_container hostname: orchestration - image: dse2021/orchestration + image: gcr.io/resonant-grail-307708/orchestration build: context: ../components/orchestration dockerfile: Dockerfile @@ -65,7 +65,7 @@ services: ifeed: container_name: ifeed_container hostname: ifeed - image: dse2021/ifeed + image: gcr.io/resonant-grail-307708/ifeed build: context: ../components/i_feed dockerfile: Dockerfile @@ -75,7 +75,7 @@ services: xway: container_name: xway_container hostname: xway - image: dse2021/xway + image: gcr.io/resonant-grail-307708/xway build: context: ../components/x_way dockerfile: Dockerfile @@ -88,6 +88,9 @@ services: - orchestration - eventstore controlcenter: + container_name: controlcenter_container + hostname: controlcenter + image: gcr.io/resonant-grail-307708/controlcenter build: context: ../components/control_center dockerfile: Dockerfile