mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
15 lines
288 B
YAML
15 lines
288 B
YAML
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
|