We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d47b2 commit 28509faCopy full SHA for 28509fa
infra/ingest/docker-compose.yml
@@ -41,24 +41,6 @@ services:
41
retries: 10
42
start_period: 60s
43
44
- console:
45
- image: docker.redpanda.com/redpandadata/console:latest
46
- container_name: redpanda-console
47
- restart: unless-stopped
48
- ports:
49
- - "8080:8080"
50
- environment:
51
- KAFKA_BROKERS: redpanda:9092
52
- KAFKA_SASL_MECHANISM: scram-sha-256
53
- KAFKA_SASL_USERNAME: ${VECTOR_KAFKA_USER}
54
- KAFKA_SASL_PASSWORD: ${VECTOR_KAFKA_PASSWORD}
55
- KAFKA_SASL_ENABLED: "true"
56
- networks:
57
- - databuddy
58
- depends_on:
59
- redpanda:
60
- condition: service_healthy
61
-
62
vector:
63
image: timberio/vector:0.50.0-alpine
64
container_name: vector
0 commit comments