1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

update redpanda

This commit is contained in:
kev
2024-10-30 15:23:46 +08:00
parent e8407132c8
commit 419bb962db

View File

@@ -3,7 +3,7 @@ version: "3.8"
services: services:
redpanda: redpanda:
image: redpandadata/redpanda:v24.2.1 image: redpandadata/redpanda:v24.2.7
ports: ports:
- "8081:8081" - "8081:8081"
- "8082:8082" - "8082:8082"
@@ -16,7 +16,7 @@ services:
restart: unless-stopped restart: unless-stopped
console: console:
image: redpandadata/console:v2.7.0 image: redpandadata/console:v2.7.2
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
@@ -26,7 +26,7 @@ services:
restart: unless-stopped restart: unless-stopped
connect: connect:
image: redpandadata/connect:4.32.1 image: redpandadata/connect:4.38.0
command: command:
- run - run
- input.type=http_server - input.type=http_server