https://github.com/nenodias/redpanda-docker-compose
Redpanda docker compose example
https://github.com/nenodias/redpanda-docker-compose
docker-compose kafka redpanda
Last synced: about 2 months ago
JSON representation
Redpanda docker compose example
- Host: GitHub
- URL: https://github.com/nenodias/redpanda-docker-compose
- Owner: nenodias
- Created: 2021-11-24T12:39:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T12:42:16.000Z (over 4 years ago)
- Last Synced: 2025-06-04T20:26:30.985Z (about 1 year ago)
- Topics: docker-compose, kafka, redpanda
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redpanda docker-compose example
### Before use it you should set aio-max-nr to 1048576
#### To set the aio-max-nr value, add the following line to the /etc/sysctl.conf file:
```fs.aio-max-nr = 1048576```
#### To activate the new setting, run the following command:
```sysctl -p /etc/sysctl.conf```
### Now you can just run
```docker compose up```
### Enjoy your redpanda/kafka