Skip to content

Commit

Permalink
fix: user friendly name of the kalix proxy docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
aludwiko committed Nov 7, 2023
1 parent de26a27 commit c40b615
Show file tree
Hide file tree
Showing 56 changed files with 67 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
ports:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
container_name: ${artifactId}
#[[ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
ports:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
container_name: ${artifactId}
#[[ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
ports:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
container_name: ${artifactId}
#[[ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
ports:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
container_name: ${artifactId}
#[[ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-customer-registry-kafka-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-customer-registry-views-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-counter
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -22,6 +23,7 @@ services:

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
#tag::customer-registry-subscriber[]
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-eventsourced-shopping-cart
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-protobuf-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-fibonacci-action
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-protobuf-first-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-first-service
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-protobuf-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-reliable-timers
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-replicatedentity-examples
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-replicatedentity-shopping-cart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-shopping-cart-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-valueentity-counter
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-valueentity-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-valueentity-shopping-cart
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-protobuf-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-view-store
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-protobuf-web-resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-protobuf-web-resources
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-customer-registry-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-customer-registry-views-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-counter
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -22,6 +23,7 @@ services:

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-eventsourced-shopping-cart
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-spring-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-fibonacci-action
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-spring-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-reliable-timers
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-shopping-cart-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-transfer-workflow-compensation
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-spring-transfer-workflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-transfer-workflow
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-spring-valueentity-counter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-valueentity-counter
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-valueentity-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-valueentity-shopping-cart
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/java-spring-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: java-spring-view-store
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
extra_hosts:
Expand Down
1 change: 1 addition & 0 deletions samples/scala-protobuf-doc-snippets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-doc-snippets
depends_on:
- gcloud-pubsub-emulator
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-eventsourced-counter
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -22,6 +23,7 @@ services:

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
# on the same local machine as the scala-protobuf-eventsourced-customer-registry
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
container_name: scala-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
extra_hosts:
Expand Down
Loading

0 comments on commit c40b615

Please sign in to comment.