diff --git a/docker-compose/dawarich/docker-compose.yaml b/docker-compose/dawarich/docker-compose.yaml index d01e265..3955aab 100644 --- a/docker-compose/dawarich/docker-compose.yaml +++ b/docker-compose/dawarich/docker-compose.yaml @@ -13,7 +13,7 @@ services: - no-new-privileges:true ports: - 5000:5000 - # - 9394:9394 # Prometheus exporter, uncomment if needed + - 9394:9394 # Prometheus exporter, uncomment if needed stdin_open: true tty: true entrypoint: web-entrypoint.sh diff --git a/docker-compose/prometheus/prometheus.yml b/docker-compose/prometheus/prometheus.yml index a134423..ad6fecf 100644 --- a/docker-compose/prometheus/prometheus.yml +++ b/docker-compose/prometheus/prometheus.yml @@ -16,3 +16,8 @@ scrape_configs: static_configs: - targets: - cloudflared:4090 + + - job_name: dawarich-app + static_configs: + - targets: + - dawarich-app:9394