mirror of
https://github.com/grafana/loki.git
synced 2025-07-28 01:23:00 +08:00
16 lines
365 B
YAML
16 lines
365 B
YAML
services:
|
|
zookeeper:
|
|
image: wurstmeister/zookeeper
|
|
ports:
|
|
- "2181:2181"
|
|
kafka:
|
|
image: wurstmeister/kafka
|
|
ports:
|
|
- "9092"
|
|
environment:
|
|
DOCKER_API_VERSION: 1.22
|
|
KAFKA_ADVERTISED_HOST_NAME: host.docker.internal
|
|
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|