feat: enhance observability with dynamic links, Docker API integration, and health checks

This commit is contained in:
asepharyana
2026-07-22 18:12:44 +07:00
parent 4ef4f615c1
commit da268f1671
7 changed files with 194 additions and 103 deletions
+7
View File
@@ -49,6 +49,13 @@ services:
- dashboard
ports:
- '8080:8080'
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
depends_on:
jaeger:
condition: service_started
otel-collector:
condition: service_started
networks:
app-shared-net: