Skip to content

Commit

Permalink
misc(dev): Add kafka env var for api (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Oct 25, 2023
1 parent 1aac887 commit 5f7f216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ services:
- LAGO_SIDEKIQ_WEB=true
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
labels:
- "traefik.enable=true"
- "traefik.http.routers.api_http.rule=Host(`api.lago.dev`)"
Expand Down Expand Up @@ -145,6 +146,7 @@ services:
- LAGO_FROM_EMAIL=${LAGO_FROM_EMAIL:[email protected]}
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092

api-events-worker:
image: api
Expand Down Expand Up @@ -173,6 +175,7 @@ services:
- LAGO_FROM_EMAIL=${LAGO_FROM_EMAIL:[email protected]}
- SIDEKIQ_EVENTS=true
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092

api-clock:
image: api
Expand All @@ -195,6 +198,7 @@ services:
- SEGMENT_WRITE_KEY=${SEGMENT_WRITE_KEY:-}
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT:-}
- LAGO_CLICKHOUSE_ENABLED=true
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092

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

0 comments on commit 5f7f216

Please sign in to comment.