-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hey,
I'm setting up a local environment with docker-compose.yaml
following this guide and I'm wondering is it possible to include the dashboard in the compose configuration as well? What I've tried so far:
## ... several services with dapr sidecars and custom-network and components volumes
placement:
image: "daprio/dapr"
command: ["./placement", "-port", "50006"]
ports:
- "50006:50006"
networks:
- custom-network
dapr-dashboard:
image: "daprio/dashboard"
ports:
- "8888:8080"
networks:
- custom-network
networks:
custom-network:
The configuration itself works fine - I was able to invoke one service from another via dapr service invocation but dashboard doesn't recognize dapr sidecar containers, components:
I'm wondering is there any way to somehow point Dashboard to the app-ids of services or any other way to make it work?
Thanks!
togacaptain, AlexHaumer, axzxs2001, guangdashao, asizikov and 8 moreMacrow, ManAnRuck and johnseed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request