feat: init prometheus.yml file

This commit is contained in:
2025-08-25 20:11:21 +00:00
parent e75cc47008
commit 4983eca8ff
2 changed files with 10 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ services:
# Website # Website
# -------------------------------- # --------------------------------
web: web:
build: ./guezoloic/website build: ./guezoloic/website # using guezoloic website repo
container_name: guezoloic-web container_name: guezoloic-web
restart: unless-stopped restart: unless-stopped
environment: environment:

8
config/prometheus.yml Normal file
View File

@@ -0,0 +1,8 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['prometheus:9090']