Skip to content

Commit

Permalink
docs: add docker compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Nov 18, 2023
1 parent ba14da9 commit 9c68ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/apps/rancher-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ docker exec -it infra_redpanda_1 rpk cluster info
docker compose config # implicitly set `env-file` to `.env`
docker compose --env-file .env --env-file .secrets config # explicitly set `env-file` to `.env` and `.secrets`
# ssh to container (if needed to debug)
docker compose exec -it redpanda \
rpk topic consume twitch_chat --brokers=localhost:9092
# Or
docker exec -it redpanda-1 \
rpk topic produce twitch_chat --brokers=localhost:9092
docker exec -it redpanda-1 \
Expand Down

0 comments on commit 9c68ae6

Please # to comment.