mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:43:22 +07:00
misc(dev): Add kafka env var for api (#293)
This commit is contained in:
parent
1aac887a11
commit
5f7f216176
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 4fe38606eeb0294bb37dd9f28a517f1b683e979f
|
||||
Subproject commit 54bedb87280606902de2b504c50ef8f5ec43255d
|
@ -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`)"
|
||||
@ -145,6 +146,7 @@ services:
|
||||
- LAGO_FROM_EMAIL=${LAGO_FROM_EMAIL:-noreply@getlago.com}
|
||||
- SIDEKIQ_EVENTS=true
|
||||
- LAGO_CLICKHOUSE_ENABLED=true
|
||||
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
|
||||
|
||||
api-events-worker:
|
||||
image: api
|
||||
@ -173,6 +175,7 @@ services:
|
||||
- LAGO_FROM_EMAIL=${LAGO_FROM_EMAIL:-noreply@getlago.com}
|
||||
- SIDEKIQ_EVENTS=true
|
||||
- LAGO_CLICKHOUSE_ENABLED=true
|
||||
- LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
|
||||
|
||||
api-clock:
|
||||
image: api
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user