|
|
|
@@ -39,7 +39,7 @@ services: |
|
|
|
|
|
|
|
kafka-init: |
|
|
|
image: apache/kafka:3.9.0 |
|
|
|
command: [ "/bin/bash", "-c", "chmod +x /tmp/create_topic.sh && /tmp/create_topic.sh"] |
|
|
|
command: [ "sh", "-c", "ls -l /tmp/create_topic.sh && /tmp/create_topic.sh" ] |
|
|
|
depends_on: |
|
|
|
kafka: |
|
|
|
condition: service_healthy |
|
|
|
|