Skip to content

Commit

Permalink
Updating Ode Docker Compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Jan 30, 2025
1 parent 213df44 commit 6f89178
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-ode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ services:
CONFLUENT_SECRET: ${CONFLUENT_SECRET}
geometry.output.mode: ${GEOMETRY_OUTPUT_MODE:-GEOJSON_ONLY}
spring.kafka.bootstrap-servers: ${DOCKER_HOST_IP:?error}:9092
ODE_TIM_INGEST_MONITORING_ENABLED: true
ODE_TIM_INGEST_MONITORING_INTERVAL: 60
DATA_SIGNING_ENABLED_RSU: false
DATA_SIGNING_ENABLED_SDW: false
ODE_KAFKA_BROKERS: ${DOCKER_HOST_IP}:9092
logging:
options:
max-size: "10m"
Expand Down

0 comments on commit 6f89178

Please sign in to comment.