Skip to content

Commit

Permalink
Make consistent with Redpanda
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan committed Dec 22, 2023
1 parent b1b7e2a commit aa459a9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 25 deletions.
15 changes: 8 additions & 7 deletions containers/groovy-examples-redpanda/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ services:
command:
- redpanda
- start
- --kafka-addr PLAINTEXT://0.0.0.0:29092,OUTSIDE://0.0.0.0:9092
- --advertise-kafka-addr PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --kafka-addr internal://0.0.0.0:9092,external://0.0.0.0:19092
- --advertise-kafka-addr internal://redpanda:9092,external://localhost:19092
- --schema-registry-addr internal://0.0.0.0:8081,external://0.0.0.0:18081
- --smp 1
- --reserve-memory 0M
- --overprovisioned
- --node-id 0
- --memory 1G
- --mode dev-container
image: docker.redpanda.com/redpandadata/redpanda:v23.2.18
ports:
- 8081:8081
- 18081:18081
- 9092:9092
- 29092:29092

- 19092:19092
14 changes: 8 additions & 6 deletions containers/groovy-redpanda/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ services:
command:
- redpanda
- start
- --kafka-addr PLAINTEXT://0.0.0.0:29092,OUTSIDE://0.0.0.0:9092
- --advertise-kafka-addr PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --kafka-addr internal://0.0.0.0:9092,external://0.0.0.0:19092
- --advertise-kafka-addr internal://redpanda:9092,external://localhost:19092
- --schema-registry-addr internal://0.0.0.0:8081,external://0.0.0.0:18081
- --smp 1
- --reserve-memory 0M
- --overprovisioned
- --node-id 0
- --memory 1G
- --mode dev-container
image: docker.redpanda.com/redpandadata/redpanda:v23.2.18
ports:
- 8081:8081
- 18081:18081
- 9092:9092
- 29092:29092
- 19092:19092
14 changes: 8 additions & 6 deletions containers/python-examples-redpanda/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ services:
command:
- redpanda
- start
- --kafka-addr PLAINTEXT://0.0.0.0:29092,OUTSIDE://0.0.0.0:9092
- --advertise-kafka-addr PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --kafka-addr internal://0.0.0.0:9092,external://0.0.0.0:19092
- --advertise-kafka-addr internal://redpanda:9092,external://localhost:19092
- --schema-registry-addr internal://0.0.0.0:8081,external://0.0.0.0:18081
- --smp 1
- --reserve-memory 0M
- --overprovisioned
- --node-id 0
- --memory 1G
- --mode dev-container
image: docker.redpanda.com/redpandadata/redpanda:v23.2.18
ports:
- 8081:8081
- 18081:18081
- 9092:9092
- 29092:29092
- 19092:19092
14 changes: 8 additions & 6 deletions containers/python-redpanda/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ services:
command:
- redpanda
- start
- --kafka-addr PLAINTEXT://0.0.0.0:29092,OUTSIDE://0.0.0.0:9092
- --advertise-kafka-addr PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --kafka-addr internal://0.0.0.0:9092,external://0.0.0.0:19092
- --advertise-kafka-addr internal://redpanda:9092,external://localhost:19092
- --schema-registry-addr internal://0.0.0.0:8081,external://0.0.0.0:18081
- --smp 1
- --reserve-memory 0M
- --overprovisioned
- --node-id 0
- --memory 1G
- --mode dev-container
image: docker.redpanda.com/redpandadata/redpanda:v23.2.18
ports:
- 8081:8081
- 18081:18081
- 9092:9092
- 29092:29092
- 19092:19092

0 comments on commit aa459a9

Please sign in to comment.