Skip to content

Commit

Permalink
Remove prometheus server from CI neonlabsorg/proxy-model.py#778
Browse files Browse the repository at this point in the history
  • Loading branch information
otselnik committed May 24, 2022
1 parent 5fe50d3 commit 5ba5425
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,5 @@ services:
- net
entrypoint: proxy/run-indexer.sh

prometheus:
container_name: prometheus
image: prom/prometheus
privileged: true
volumes:
- ./statistics_exporter/config/prometheus-config.yml:/etc/prometheus/prometheus-config.yml:ro
command:
- '--config.file=/etc/prometheus/prometheus-config.yml'
ports:
- 9009:9090
expose:
- "9009"
networks:
- net

networks:
net:

0 comments on commit 5ba5425

Please sign in to comment.