Skip to content

Commit

Permalink
adding missing ode variables to the compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Feb 12, 2025
1 parent 921006f commit d3669f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ services:
KAFKA_ACKS: ${KAFKA_ACKS}
KAFKA_RETRIES: ${KAFKA_RETRIES}
KAFKA_BATCH_SIZE: ${KAFKA_BATCH_SIZE}
KAFKA_BUFFER_MEMORY: ${KAFKA_BUFFER_MEMORY}
KAFKA_COMPRESSION_TYPE: ${KAFKA_COMPRESSION_TYPE}
KAFKA_KEY_SERIALIZER: ${KAFKA_KEY_SERIALIZER}
KAFKA_VALUE_SERIALIZER: ${KAFKA_VALUE_SERIALIZER}
KAFKA_PARTITIONER_CLASS: ${KAFKA_PARTITIONER_CLASS}
ODE_TIM_INGEST_MONITORING_ENABLED: ${ODE_TIM_INGEST_MONITORING_ENABLED}
ODE_TIM_INGEST_MONITORING_INTERVAL: ${ODE_TIM_INGEST_MONITORING_INTERVAL}
ODE_STOMP_EXPORTER_ENABLED: ${ODE_STOMP_EXPORTER_ENABLED}
depends_on:
kafka:
condition: service_healthy
Expand Down

0 comments on commit d3669f7

Please sign in to comment.