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
# --------------------------------
web:
build: ./guezoloic/website
build: ./guezoloic/website # using guezoloic website repo
container_name: guezoloic-web
restart: unless-stopped
environment:
@@ -193,4 +193,4 @@ networks:
external: false
vpn-network:
name: vpn-network
external: false
external: false

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']