feat: enhance observability with dynamic links, Docker API integration, and health checks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user