We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab65fdb commit f42652fCopy full SHA for f42652f
1 file changed
compose.yml
@@ -126,8 +126,11 @@ services:
126
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
127
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
128
KAFKA_NUM_PARTITIONS: 3
129
+ KAFKA_LOG_DIRS: /var/lib/kafka/data
130
ports:
131
- 9092:9092
132
+ volumes:
133
+ - kafka-data:/var/lib/kafka/data
134
135
kafka-ui:
136
image: docker.redpanda.com/redpandadata/console:latest
@@ -154,3 +157,4 @@ networks:
154
157
volumes:
155
158
postgres-data:
156
159
rustfs-data:
160
+ kafka-data:
0 commit comments