Push images to google container registry

This commit is contained in:
Tobias Eidelpes 2021-06-15 18:33:38 +02:00
parent a3467f820a
commit 0988642d5d

View File

@ -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