Skip to content

Commit

Permalink
moved images to quay.io/acend.
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi committed Jan 11, 2024
1 parent fe26911 commit 2737e9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions code/kafka/docker/docker-compose.solution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 5432:5432

order:
image: quay.io/puzzle/microservices-lab-kafka-order:latest
image: quay.io/acend/microservices-lab-kafka-order:latest
ports:
- 8080:8080
networks:
Expand All @@ -40,7 +40,7 @@ services:
- 5433:5432

stock:
image: quay.io/puzzle/microservices-lab-kafka-stock:latest
image: quay.io/acend/microservices-lab-kafka-stock:latest
ports:
- 8081:8080
networks:
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
- 16686:16686

viewer:
image: quay.io/puzzle/microservices_lab_kafka_viewer:latest
image: quay.io/acend/microservices-lab-kafka-viewer:latest
ports:
- 8082:8080
networks:
Expand Down
6 changes: 3 additions & 3 deletions code/kafka/docker/docker-compose.task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 5432:5432

order:
image: quay.io/puzzle/microservices-lab-kafka-order:latest
image: quay.io/acend/microservices-lab-kafka-order:latest
ports:
- 8080:8080
networks:
Expand All @@ -40,7 +40,7 @@ services:
- 5433:5432

stock:
image: quay.io/puzzle/microservices-lab-kafka-stock:latest
image: quay.io/acend/microservices-lab-kafka-stock:latest
ports:
- 8081:8080
networks:
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
- 16686:16686

viewer:
image: quay.io/puzzle/microservices_lab_kafka_viewer:latest
image: quay.io/acend/microservices-lab-kafka-viewer:latest
ports:
- 8082:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion code/kafka/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- 5433:5432

stock:
image: quay.io/puzzle/microservices-lab-kafka-stock:latest
image: quay.io/acend/microservices-lab-kafka-stock:latest
ports:
- 8081:8080
networks:
Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/04/part/42.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The definition of the kafka-viewer service should look like this:

```yaml
viewer:
image: quay.io/puzzle/microservices_lab_kafka_viewer:latest
image: quay.io/acend/microservices-lab-kafka-viewer:latest
ports:
- 8082:8080
networks:
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
- 5432:5432

order:
image: quay.io/puzzle/microservices-lab-kafka-order:latest
image: quay.io/acend/microservices-lab-kafka-order:latest
ports:
- 8080:8080
networks:
Expand All @@ -114,7 +114,7 @@ services:
- 5433:5432

stock:
image: quay.io/puzzle/microservices-lab-kafka-stock:latest
image: quay.io/acend/microservices-lab-kafka-stock:latest
ports:
- 8081:8080
networks:
Expand Down Expand Up @@ -196,7 +196,7 @@ services:
- 16686:16686

viewer:
image: quay.io/puzzle/microservices_lab_kafka_viewer:latest
image: quay.io/acend/microservices-lab-kafka-viewer:latest
ports:
- 8082:8080
networks:
Expand Down
6 changes: 3 additions & 3 deletions solution/kafka/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 5432:5432

order:
image: quay.io/puzzle/microservices-lab-kafka-order:latest
image: quay.io/acend/microservices-lab-kafka-order:latest
ports:
- 8080:8080
networks:
Expand All @@ -40,7 +40,7 @@ services:
- 5433:5432

stock:
image: quay.io/puzzle/microservices-lab-kafka-stock:latest
image: quay.io/acend/microservices-lab-kafka-stock:latest
ports:
- 8081:8080
networks:
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
- 16686:16686

viewer:
image: quay.io/puzzle/microservices_lab_kafka_viewer:latest
image: quay.io/acend/microservices-lab-kafka-viewer:latest
ports:
- 8082:8080
networks:
Expand Down

0 comments on commit 2737e9d

Please sign in to comment.