Skip to content

Docker.

License

Notifications You must be signed in to change notification settings

rafaelfgx/Docker

Repository files navigation

Docker

docker compose up --detach --build --force-recreate --remove-orphans

  • Url: http://localhost:8050
  • Password: docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword
  • Url: http://localhost:9000
  • Command: echo key:{"property":"value"} | docker exec -i kafka kafka-console-producer.sh --topic TOPIC --bootstrap-server localhost:9092 --property "parse.key=true" --property "key.separator=:"
  • Host: localhost,1434
  • Login: sa
  • Password: P4ssW0rd!
  • Url: http://localhost:15672
  • Login: root
  • Password: P4ssW0rd!
  • Command: echo {"property":"value"} | docker exec -i rabbitmq rabbitmqadmin publish routing_key=QUEUE payload="$(cat -)"