Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Added prometheus config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrPe committed May 30, 2024
1 parent 2201c0a commit 03aff89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
ports:
- 9090:9090
volumes:
- prometheus_config:/etc/prometheus/
- ./configs/prometheus:/etc/prometheus/
- prometheus_data:/prometheus
networks:
- overmoney
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ scrape_configs:
- job_name: "api"

static_configs:
- targets: ["overmoney_api:8081"]
- targets: ["overmoney_api"]
tls_config:
insecure_skip_verify: true

0 comments on commit 03aff89

Please sign in to comment.