diff --git a/VoidCat.sln b/VoidCat.sln index 7425d95..f2aba70 100644 --- a/VoidCat.sln +++ b/VoidCat.sln @@ -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 diff --git a/prometheus.yml b/prometheus.yml index cd711f2..d5d6eed 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -3,4 +3,4 @@ global: scrape_configs: - job_name: void-cat static_configs: - - targets: [ "web:9090" ] \ No newline at end of file + - targets: [ "web:80" ] \ No newline at end of file