Skip to content

Conversation

@nikossaravanos-workable
Copy link
Contributor

No description provided.

Comment on lines -16 to +17
"rabbitmq:start": "docker compose -f rabbit-docker-compose.yml up",
"kafka:start": "KAFKA_TOPICS=${KAFKA_TOPICS:-orka.example.test:1:1} HOST_IP=$(ifconfig | grep -E \"([0-9]{1,3}\\.){3}[0-9]{1,3}\" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1) docker compose -f kafka-docker-compose.yml up",
"kafka:start:ci": "KAFKA_TOPICS=${KAFKA_TOPICS:-orka.example.test:1:1} HOST_IP=$(ifconfig | grep -E \"([0-9]{1,3}\\.){3}[0-9]{1,3}\" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1) docker compose -f kafka-docker-compose.yml up -d"
"deps:up": "docker compose up -d --wait",
"deps:down": "docker compose down"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that kafka:start is also documented here: https://workable.github.io/orka/integrations/kafka.html#local-kafka-server

I would suggest to update the documentation too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@nikosd23 nikosd23 merged commit 47f7494 into master Jan 12, 2026
12 checks passed
@nikosd23 nikosd23 deleted the compose-services branch January 12, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants