Skip to content

Commit e5a9a80

Browse files
committed
build: fix redpandadata image
1 parent 7e5c5e8 commit e5a9a80

File tree

2 files changed

+45
-89
lines changed

2 files changed

+45
-89
lines changed

docker-compose.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@ services:
4242
- "demo:password:::inbound,outbound,reconciliation,returned"
4343

4444
kafka1:
45-
image: redpandadata/redpanda:v24.3.6
45+
image: docker.redpanda.com/redpandadata/redpanda:v23.2.21
4646
container_name: kafka1
47-
healthcheck:
48-
{
49-
test: curl -f localhost:9644/v1/status/ready,
50-
interval: 1s,
51-
start_period: 30s,
52-
}
47+
healthcheck: { test: curl -f localhost:9644/v1/status/ready, interval: 1s, start_period: 30s }
5348
volumes:
5449
- redpanda-0:/var/lib/redpanda/data
5550
networks:
@@ -70,12 +65,12 @@ services:
7065
- --rpc-addr kafka1:33145
7166
- --advertise-rpc-addr kafka1:33145
7267
- --smp 1
73-
- --memory 1G
68+
- --memory 128M
7469
- --mode dev-container
7570
- --default-log-level=info
7671

7772
topics:
78-
image: redpandadata/redpanda:v24.3.6
73+
image: docker.redpanda.com/redpandadata/redpanda:v23.2.21
7974
depends_on:
8075
kafka1:
8176
condition: service_healthy

0 commit comments

Comments
 (0)