1
0
Fork 0

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 80873f18cf
commit a622e065f2
2 changed files with 6 additions and 6 deletions

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

View File

@ -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: