-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging docker compose instructions #3788
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
…/docs into mukundan-k8s-multi-app-run
* Adds `OIDC` authentication to pulsar pubsub options Signed-off-by: joshvanl <[email protected]> * Updates the pulsar OIDC authentication docs to use `oauth2` fields. Signed-off-by: joshvanl <[email protected]> * Put pulsar authentication options into different sections Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Upmerge 09 18
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
…/docs into mukundan-k8s-multi-app-run
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
* add placement table api doc Signed-off-by: zhangchao <[email protected]> * typo fix Signed-off-by: zhangchao <[email protected]> * fix review Signed-off-by: zhangchao <[email protected]> * fix example Signed-off-by: zhangchao <[email protected]> --------- Signed-off-by: zhangchao <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Hannah Hunter <[email protected]>
…indings/kubemq.md Signed-off-by: Hannah Hunter <[email protected]>
…indings/kubemq.md Signed-off-by: Hannah Hunter <[email protected]>
Add missing arg value in multi-app-template.md
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Fix worflow examples for java
The dapr run command was listed incorrectly for Powershell users. It now has two different options for both Powershell and non-Powershell environments correctly ends in resources-path ../ (done in the get-started-component.md file),
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olitomlinson - Thanks for this. I added you video at the end. Any chance you can target this on the v1.12 branch now? It would make it easier for us if you can. Thanks
daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md
Outdated
Show resolved
Hide resolved
|
||
**Note** : It's important to highlight that the `nodeapp` service in the docker compose environment is actually still running, however it has been removed from the docker network so it is effectively orphaned as nothing can communicate to it. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo
Watch this video on how to debug local Dapr apps with Docker Compose
Signed-off-by: joshvanl <[email protected]>
…g-docker-compose.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]>
…g-docker-compose.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]>
…g-docker-compose.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]>
…g-docker-compose.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]>
…g-docker-compose.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]>
Include demo video content Signed-off-by: Oliver Tomlinson <[email protected]>
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Issue reference