mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 16:42:21 +01:00
Fix prometheus
This commit is contained in:
parent
32148d14fd
commit
d0458d094d
@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.gitignore = .gitignore
|
||||
docker-compose.dev.yml = docker-compose.dev.yml
|
||||
prometheus.yml = prometheus.yml
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
@ -3,4 +3,4 @@ global:
|
||||
scrape_configs:
|
||||
- job_name: void-cat
|
||||
static_configs:
|
||||
- targets: [ "web:9090" ]
|
||||
- targets: [ "web:80" ]
|
Loading…
x
Reference in New Issue
Block a user