You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docker): docker-compose.yml to run Gossamer, Prometheus and Grafana (#2706)
- Tailor docker-compose.yml for local development and metrics viewing
- Add Gossamer to `docker-compose.yml`
- Add Grafana to `docker-compose.yml`
- Move prometheus.yml to `docker/prometheus/` (so bind mount works on OSX, Windows)
- Add Grafana configurations and provisioning to `docker/grafana`
- Remove unneeded Prometheus commands
- Do not map Prometheus server port, only expose to Grafana
- Add `/docker` to `.dockerignore`
- Set docker-compose.yml version to `'3'` for greater compatibility
- `docker-compose build` builds Gossamer image
- Add commented lines to persist Prometheus and Grafana data
- Update using Prometheus document page
0 commit comments