Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
- ATTRIBUTE_SERVICE_HOST_CONFIG=hypertrace
- ATTRIBUTE_SERVICE_PORT_CONFIG=9001
volumes:
- ../docker/configs/alert-rules.json:/app/resources/alert-rules.json:ro
- ../docker/configs/notification-rules.json:/app/resources/notification-rules.json:ro
- ../../docker/configs/alert-rules.json:/app/resources/alert-rules.json:ro
- ../../docker/configs/notification-rules.json:/app/resources/notification-rules.json:ro
depends_on:
hypertrace:
# service_started, not service_healthy as pinot and deps can take longer than 60s to start
Expand Down