Skip to content

Commit

Permalink
Deployment configs
Browse files Browse the repository at this point in the history
### What's done:
* Fixes
  • Loading branch information
petertrr committed Feb 19, 2021
1 parent b862c49 commit 7811767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ services:
volumes:
- "~/configs/prometheus.yml:/etc/prometheus/prometheus.yml"
- "/var/run/docker.sock:/var/run/docker.sock"
# this is needed to access node_exporter from inside the container
extra_hosts:
- "host.docker.internal:host-gateway"
grafana:
image: grafana/grafana
ports:
Expand Down
1 change: 1 addition & 0 deletions save-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* 5000 - save-backend
* 5100 - save-orchestrator
* 5200 - save-test-preprocessor
* 6000 - local docker registry (not used currently)
* 9090 - prometheus
* 9091 - node_exporter
* 9100 - grafana

0 comments on commit 7811767

Please sign in to comment.