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 - /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro - /var/lib/docker/:/var/lib/docker:ro
networks: networks:
- traefik
- core_network - core_network
restart: unless-stopped restart: unless-stopped
prometheus: prometheus:

View File

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