mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 20:14:56 +01:00
add redpanda
This commit is contained in:
14
redpanda/docker-compose.yml
Normal file
14
redpanda/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
redpanda:
|
||||
image: redpandadata/redpanda:v24.2.1
|
||||
ports:
|
||||
- "8081:8081"
|
||||
- "8082:8082"
|
||||
- "9092:9092"
|
||||
- "9644:9644"
|
||||
- "33145:33145"
|
||||
volumes:
|
||||
- ./data/etc:/etc/redpanda
|
||||
- ./data/var:/var/lib/redpanda
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user