Skip to content

Conversation

andreasDalsgaard
Copy link

@andreasDalsgaard andreasDalsgaard commented Feb 13, 2023

Add option to specify port of vSphere host. This makes it easy to test exporter in combination with vmware/vcsim, e.g.:

services:
  vcmock:
    image: vmware/vcsim
    ports:
      - "8989:8989"
  pryoda:
    image: pryorda_vmware_exporter_local
    environment:
      VSPHERE_USER: "user"
      VSPHERE_PASSWORD: "pass"
      VSPHERE_HOST: vcmock
      VSPHERE_PORT: 8989
      VSPHERE_SPECS_SIZE: "200"
      VSPHERE_IGNORE_SSL: "True"
    ports:
      - "9272:9272"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant