refactor: select kafka service for redpanda-console (#877)

This commit is contained in:
刘瑞斌
2024-02-01 13:54:01 +08:00
committed by GitHub
parent d48000805a
commit 6ebaf4ad61
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -8,9 +8,9 @@ additionalProperties:
rule: paramPort rule: paramPort
type: number type: number
- default: - default:
envKey: KAFKA_BROKERS envKey: KAFKA_HOST
labelEn: Kafka Brokers labelEn: Kafka Service
labelZh: Kafka 地址 labelZh: Kafka 服务
required: true required: true
rule: paramExtUrl key: kafka
type: text type: service
@@ -7,7 +7,7 @@ services:
networks: networks:
- 1panel-network - 1panel-network
environment: environment:
KAFKA_BROKERS: ${KAFKA_BROKERS} KAFKA_BROKERS: ${KAFKA_HOST}:9092
ports: ports:
- ${PANEL_APP_PORT_HTTP}:8080 - ${PANEL_APP_PORT_HTTP}:8080
labels: labels: