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 b5e2312
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 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 All @@ -53,7 +53,7 @@ jobs:
context: ./
setup-qemu: true
- file: ./src/flagd-ui/Dockerfile
tag_suffix: flagdui
tag_suffix: flagd-ui
context: ./
setup-qemu: true
- file: ./src/fraud-detection/Dockerfile.elastic
Expand All @@ -64,8 +64,8 @@ jobs:
tag_suffix: frontend
context: ./
setup-qemu: true
- file: ./src/frontendproxy/Dockerfile
tag_suffix: frontendproxy
- file: ./src/frontend-proxy/Dockerfile
tag_suffix: frontend-proxy
context: ./
setup-qemu: true
- file: ./src/frontend/Dockerfile.cypress
Expand All @@ -88,8 +88,8 @@ jobs:
tag_suffix: payment
context: ./
setup-qemu: true
- file: ./src/productcatalogservice/Dockerfile
tag_suffix: productcatalogservice
- file: ./src/product-catalog/Dockerfile
tag_suffix: product-catalog
context: ./
setup-qemu: true
- file: ./src/quote/Dockerfile
Expand Down

0 comments on commit b5e2312

Please sign in to comment.