We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb29bd commit cfd1675Copy full SHA for cfd1675
1 file changed
docker-compose/docker-compose.yaml
@@ -192,7 +192,7 @@ services:
192
- 'SYMBOLS_URL=http://symbols-0:3184'
193
- 'INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
194
- 'SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
195
- - 'GRAFANA_SERVER_URL=http://grafana:3000'
+ - 'GRAFANA_SERVER_URL=http://grafana:3370'
196
- 'PROMETHEUS_URL=http://prometheus:9090'
197
- 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
198
- 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -481,8 +481,6 @@ services:
481
- 'grafana:/var/lib/grafana'
482
- '../grafana/datasources:/sg_config_grafana/provisioning/datasources'
483
- '../grafana/dashboards:/sg_grafana_additional_dashboards'
484
- ports:
485
- - '0.0.0.0:3370:3370'
486
networks:
487
- sourcegraph
488
restart: always
0 commit comments