Skip to content

Commit

Permalink
add Kafka Dockerfile env variable (open-telemetry#1652)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tessier <[email protected]>
  • Loading branch information
rogercoll and puckpuck authored Jul 2, 2024
1 parent ebc32b9 commit 25b24fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ FLAGD_PORT=8013
# Kafka
KAFKA_SERVICE_PORT=9092
KAFKA_SERVICE_ADDR=kafka:${KAFKA_SERVICE_PORT}
KAFKA_SERVICE_DOCKERFILE=./src/kafka/Dockerfile

# Valkey
VALKEY_PORT=6379
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ services:
container_name: kafka
build:
context: ./
dockerfile: ./src/kafka/Dockerfile
dockerfile: ${KAFKA_SERVICE_DOCKERFILE}
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-kafka
deploy:
Expand Down

0 comments on commit 25b24fa

Please sign in to comment.