mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
update redpanda
This commit is contained in:
parent
5b38fa8ea0
commit
67a22aafaa
3
redpanda/data/etc/redpanda-console-config.yaml
Normal file
3
redpanda/data/etc/redpanda-console-config.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
kafka:
|
||||
brokers:
|
||||
- redpanda:9092
|
@ -1,5 +1,7 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
redpanda:
|
||||
image: redpandadata/redpanda:v24.2.1
|
||||
ports:
|
||||
@ -12,3 +14,13 @@ services:
|
||||
- ./data/etc:/etc/redpanda
|
||||
- ./data/var:/var/lib/redpanda
|
||||
restart: unless-stopped
|
||||
|
||||
console:
|
||||
image: redpandadata/console:v2.7.0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data/etc:/etc/redpanda
|
||||
depends_on:
|
||||
- redpanda
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user