stefanprodan / dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
MIT License
6.02k stars 1.72k forks source link

Expose cAdvisor WebUI through Caddy #273

Closed GuyKh closed 1 year ago

GuyKh commented 2 years ago

Solves #272

keriati commented 2 years ago

Thank you, very nice. Do we a have to add this port also in docker-compose.yml for cadvisor in the expose list?

GuyKh commented 2 years ago

It looks like the docker-compose already exposes port 8080 for cadvisor

keriati commented 2 years ago

I mean for caddy -> ports

GuyKh commented 2 years ago

I mean for caddy -> ports

Actually - you're right. Fixed it

nightah commented 1 year ago

I imagine we're going to see a lot of noise due to the 8080 port mapping because that's a very commonly used port but let's see how this goes.