Skip to content

Commit 28509fa

Browse files
committed
fix: remove console
1 parent 62d47b2 commit 28509fa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

infra/ingest/docker-compose.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,6 @@ services:
4141
retries: 10
4242
start_period: 60s
4343

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-
6244
vector:
6345
image: timberio/vector:0.50.0-alpine
6446
container_name: vector

0 commit comments

Comments
 (0)