Docker-compose example
version: '3.7'
services:
kafka-agent:
image: spoud/agoora-kafka-agent
environment:
- "AGOORA_PROFILER_ENDPOINT=agoora-profiler-service:8089"
- "AGOORA_ENDPOINT=${AGOORA_ENDPOINT}"
- "AGOORA_TRANSPORT_PATH=${AGOORA_AGENT_TRANSPORT_ABSOLUTE_PATH}"
- "AGOORA_AUTH_USER_NAME=${AGOORA_AUTH_USER_NAME}"
- "AGOORA_AUTH_USER_TOKEN=${AGOORA_AUTH_USER_TOKEN}"
- "AGOORA_KAFKA_BOOTSTRAP_SERVERS=${AGOORA_KAFKA_BOOTSTRAP_SERVERS:-kafka-host:9092}"
agoora-profiler-service:
image: spoud/agoora-profiler-service