remove old stacks

This commit is contained in:
2023-09-11 20:12:49 +02:00
parent 205eae2264
commit 4c850f6c0b
174 changed files with 30 additions and 13842 deletions

11
prometheus.yml Normal file
View File

@@ -0,0 +1,11 @@
global:
scrape_interval: 10s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ['localhost:9090']
- job_name: "packager"
static_configs:
- targets: ['host.docker.internal:3001']