Skip to content

Commit cfd1675

Browse files
authored
Close Grafana port from outside access
1 parent 5fb29bd commit cfd1675

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ services:
192192
- 'SYMBOLS_URL=http://symbols-0:3184'
193193
- 'INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
194194
- 'SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
195-
- 'GRAFANA_SERVER_URL=http://grafana:3000'
195+
- 'GRAFANA_SERVER_URL=http://grafana:3370'
196196
- 'PROMETHEUS_URL=http://prometheus:9090'
197197
- 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
198198
- 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -481,8 +481,6 @@ services:
481481
- 'grafana:/var/lib/grafana'
482482
- '../grafana/datasources:/sg_config_grafana/provisioning/datasources'
483483
- '../grafana/dashboards:/sg_grafana_additional_dashboards'
484-
ports:
485-
- '0.0.0.0:3370:3370'
486484
networks:
487485
- sourcegraph
488486
restart: always

0 commit comments

Comments
 (0)