docker-compose.yml fixed
This commit is contained in:
parent
dacf7e551d
commit
43fdced052
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ services:
|
||||||
ALLOW_PLAINTEXT_LISTENER: yes
|
ALLOW_PLAINTEXT_LISTENER: yes
|
||||||
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: true
|
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./kafka/log4j2.yaml:/opt/bitnami/kafka/config/log4j2.yaml
|
- /builds/mfd/clearing/clr_test/kafka/log4j2.yaml:/opt/bitnami/kafka/config/log4j2.yaml
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: kafka-topics.sh --list --bootstrap-server kafka:9092 || exit 1
|
test: kafka-topics.sh --list --bootstrap-server kafka:9092 || exit 1
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue