This commit is contained in:
PxlLoewe
2025-06-29 01:53:50 -07:00
parent 90f16adae1
commit 5ffb684a17
2 changed files with 1 additions and 2 deletions

View File

@@ -129,7 +129,6 @@ services:
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
networks:
- traefik
- core_network
restart: unless-stopped
prometheus:

View File

@@ -4,7 +4,7 @@ global:
scrape_configs:
- job_name: core-server
static_configs:
- targets: ["core-server"]
- targets: ["core-server:3000"]
- job_name: cadvisor
static_configs:
- targets: ["cadvisor:8080"]