Skip to content

Commit

Permalink
fix: docker compose services path
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jan 15, 2025
1 parent 2a73b7f commit c2596a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env.override
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ IMAGE_NAME=ghcr.io/elastic/opentelemetry-demo
# *********************
# Elastic Demo Services
# *********************
AD_DOCKERFILE=./src/adservice/Dockerfile.elastic
FRAUD_SERVICE_DOCKERFILE=./src/frauddetectionservice/Dockerfile.elastic
AD_DOCKERFILE=./src/ad/Dockerfile.elastic
FRAUD_SERVICE_DOCKERFILE=./src/fraud-detection/Dockerfile.elastic
KAFKA_SERVICE_DOCKERFILE=./src/kafka/Dockerfile.elastic

# *********************
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/component_build-images-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
tag_suffix: cart
context: ./
setup-qemu: false
- file: ./src/checkoutservice/Dockerfile
tag_suffix: checkoutservice
- file: ./src/checkout/Dockerfile
tag_suffix: checkout
context: ./
setup-qemu: true
- file: ./src/currency/Dockerfile
Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
tag_suffix: payment
context: ./
setup-qemu: true
- file: ./src/productcatalogservice/Dockerfile
tag_suffix: productcatalogservice
- file: ./src/productcatalog/Dockerfile
tag_suffix: productcatalog
context: ./
setup-qemu: true
- file: ./src/quote/Dockerfile
Expand Down

0 comments on commit c2596a6

Please sign in to comment.