Skip to content

Commit 346ceb5

Browse files
authored
Fix mixin mounts (grafana#4427)
1 parent 1c9f68d commit 346ceb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/docker-compose/grafana.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)