File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313 test : [ "CMD", "curl", "-f", "http://localhost:3000/healthz" ]
1414 interval : 1s
1515 start_interval : 0s
16+ start_period : 10s
1617 timeout : 10s
1718 retries : 5
1819 env_file :
@@ -27,7 +28,7 @@ services:
2728 grafana :
2829 condition : service_healthy
2930 volumes :
30- - ../operations/alloy-mixin:/etc/alloy-mixin
31+ - ../../ operations/alloy-mixin:/etc/alloy-mixin
3132 working_dir : /etc/alloy-mixin
3233 command : jb install
3334
@@ -41,7 +42,7 @@ services:
4142 environment :
4243 - GRAFANA_URL=http://grafana:3000
4344 volumes :
44- - ../operations/alloy-mixin:/etc/alloy-mixin
45+ - ../../ operations/alloy-mixin:/etc/alloy-mixin
4546 working_dir : /etc/alloy-mixin
4647 command : grr apply grizzly/dashboards.jsonnet
4748
You can’t perform that action at this time.
0 commit comments