Skip to content

Commit

Permalink
Merge pull request getlago#320 from getlago/kafka-env-variables
Browse files Browse the repository at this point in the history
misc: Add missing kafka env variables
  • Loading branch information
rsempe committed Feb 7, 2024
2 parents 0952638 + 688e4e7 commit a42cad5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ services:
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
- LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
- LAGO_KAFKA_CLICKHOUSE_CONSUMER_GROUP=clickhouse
labels:
- "traefik.enable=true"
- "traefik.http.routers.api_http.rule=Host(`api.lago.dev`)"
Expand Down Expand Up @@ -147,6 +149,8 @@ services:
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
- LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
- LAGO_KAFKA_CLICKHOUSE_CONSUMER_GROUP=clickhouse

api-events-worker:
image: api
Expand Down Expand Up @@ -176,6 +180,8 @@ services:
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
- LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
- LAGO_KAFKA_CLICKHOUSE_CONSUMER_GROUP=clickhouse

api-clock:
image: api
Expand All @@ -199,6 +205,8 @@ services:
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT:-}
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
- LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
- LAGO_KAFKA_CLICKHOUSE_CONSUMER_GROUP=clickhouse

pdf:
image: getlago/lago-gotenberg:7
Expand Down

0 comments on commit a42cad5

Please sign in to comment.