Restructure with Turborepo
Run Tests on Branches / Backend Tests (push) Successful in 3m38s
Run Tests on Branches / Frontend Tests (push) Successful in 3m28s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 15:51:53 +02:00
parent f66cafbbc3
commit 190b3d163d
277 changed files with 53253 additions and 0 deletions
@@ -0,0 +1,18 @@
# Reference scrape config used by the *external* Prometheus on srv84-macos.
# This stack no longer ships its own Prometheus/Grafana — see PLAN.md and
# STATE.md for the external-integration rationale. Kept as documentation.
#
# To scrape `pip-api` directly (e.g. from a local Prometheus for debugging),
# point a static target at `host.docker.internal:8000` instead of `pip-api:8000`.
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: "pip-platform"
metrics_path: /metrics
static_configs:
- targets: ["host.docker.internal:8000"]
labels:
host: srv84-macos
role: pip-platform