Skip to content

Commit

Permalink
Added GRAFANA_PROXY_SERVER environment variable, changed grafana test…
Browse files Browse the repository at this point in the history
… port from 4002 to 80

Signed-off-by: Oguzcan Kirmemis <[email protected]>
  • Loading branch information
oguzcankirmemis authored and wagmarcel committed Jul 4, 2019
1 parent a722caf commit 8027bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ services:
args:
- WEBSOCKET_SERVER=${WEBSOCKET_SERVER}
- DASHBOARD_SERVER=${FRONTEND}
- GRAFANA_PROXY_SERVER=${GRAFANA_PROXY_SERVER}
- DOCKER_TAG=${DOCKER_TAG}
labels:
- oisp=true
Expand Down
1 change: 1 addition & 0 deletions setup-environment.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export KAFKA_HEARTBEAT_TOPIC='heartbeat'
GEARPUMP='gearpump:8090'
BACKEND='backend:8080'
export FRONTEND='frontend:4001'
export GRAFANA_PROXY_SERVER='frontend:4002'
NGINX='nginx'
NGINX_PORT='443'
REDIS='redis'
Expand Down
2 changes: 1 addition & 1 deletion tests/test-config-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"grafana": {
"host": "localhost",
"port": 4002,
"port": 80,
"protocol": "http",
"subPath": "/ui/grafana",
"strictSSL": "false",
Expand Down

0 comments on commit 8027bfc

Please sign in to comment.