Skip to content
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

Compose: Some questions on running Hello Docker Compose. #84

Open
DexManx opened this issue Oct 30, 2021 · 1 comment
Open

Compose: Some questions on running Hello Docker Compose. #84

DexManx opened this issue Oct 30, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@DexManx
Copy link

DexManx commented Oct 30, 2021

Still trying to understand this:

Q) The Node app exposes port 3000, but here we map 50002 to 50002, why and what if multiple ports are exposed by service?
nodeapp:
build: ./node
ports:
- "50002:50002"

Q) a single -app-port, what if the container exposes multiple ports, 80, 443?
nodeapp-dapr:
image: "daprio/daprd:edge"
command: ["./daprd",
"-app-id", "nodeapp",
"-app-port", "3000",

Q)
Do I need to stop the default containers that Dapr Init creates ?

Q)
Is the placement service only necessary when using actors ?

Q)
Will these services display with dashboard and zipking ?
If so how do I access them ? the default urls are not displaying the services.

thx... :-)

@msfussell msfussell added the good first issue Good for newcomers label Aug 1, 2023
@msfussell
Copy link
Member

Same as #53. Looks like we could do with having improved Compose examples.

@msfussell msfussell changed the title Some questions on running Hello Docker Compose. Compose: Some questions on running Hello Docker Compose. Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants