Skip to content

Commit 83a71f9

Browse files
chore: Updates docker grafana version & volumes
1 parent 95ae9ca commit 83a71f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose_dev.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ services:
66
build:
77
context: ./.config
88
args:
9-
grafana_version: ${GRAFANA_VERSION:-10.3.5}
9+
grafana_version: ${GRAFANA_VERSION:-latest}
1010
ports:
1111
- 3000:3000/tcp
1212
volumes:
1313
- ./dist:/var/lib/grafana/plugins/needleinajaystack-haystack-datasource
1414
- ./provisioning:/etc/grafana/provisioning
15+
- grafana_data:/var/lib/grafana
1516
haxall:
1617
image: "needleinajaystack/haxall:latest"
1718
environment:
@@ -21,3 +22,6 @@ services:
2122
- 8080:8080/tcp
2223
volumes:
2324
- ~/haxall/proj:/opt/haxall/proj
25+
26+
volumes:
27+
grafana_data:

0 commit comments

Comments
 (0)