Skip to content

Dashboard running inside Docker-compose #172

@mexanichp

Description

@mexanichp

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:
image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions