docker-compose upto bring up:
- Adminer localhost:8080 (root/) empty password
- Homer localhost:9080 (admin/test123)
- Prometheus localhost:9090 (admin/admin)
- Alertmanager localhost:9093 (admin/admin)
- Grafana localhost:3000 (admin/admin)
When the Grafana dashboard autoprovisioning does not work for you make sure you have no old grafana volumes.
When you change some files inside the Prometheus or Alertmanager folder you can reload them without interruption.
curl -s -XPOST localhost:9090/-/reload -u admin:admincurl -s -XPOST localhost:9093/-/reload -u admin:adminWhen you need to change the docker-compose file i.e to setup smtp for Grafana:
docker-compose up -dDocker will only restart the service you changed inside the docker-compose file.