feat(core): initialize project structure, postgres schema and docker setup

This commit is contained in:
mamad
2026-08-27 19:53:30 +03:30
commit 4e6b3eca6f
15 changed files with 701 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
global:
scrape_interval: 10s
evaluation_interval: 10s
scrape_configs:
- job_name: "copykar"
static_configs:
- targets: ["copykar:8000"]