diff --git a/docker-compose.yml b/docker-compose.yml index d5f8156..990bab5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -97,8 +97,6 @@ services: - gatewayservice ports: - "3000:3000" - environment: - GRAFANA_ENDPOINT: http://grafana:9091 prometheus: image: prom/prometheus diff --git a/webapp/public/images/monitoring.jpg b/webapp/public/images/monitoring.jpg deleted file mode 100644 index 43473de..0000000 Binary files a/webapp/public/images/monitoring.jpg and /dev/null differ diff --git a/webapp/src/components/pages/AboutUS.js b/webapp/src/components/pages/AboutUS.js index 518f7be..f5cfd9b 100644 --- a/webapp/src/components/pages/AboutUS.js +++ b/webapp/src/components/pages/AboutUS.js @@ -3,7 +3,6 @@ import './AboutUS.css'; import CardItem from '../CardItem'; const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000'; -const grafanaEndpoint = process.env.GRAFANA_ENDPOINT || 'http://localhost:9091'; function AboutUS() { return ( @@ -12,13 +11,6 @@ function AboutUS() {