Skip to content

Commit

Permalink
chore: update grafana and ingester versions
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Apr 8, 2024
1 parent d9f96ee commit 09d6534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
grafana:
image: grafana/grafana:10.3.3
image: grafana/grafana:10.4.1
ports:
- 3000:3000
environment:
Expand All @@ -16,7 +16,7 @@ services:
volumes:
- influx-data:/var/lib/influxdb
ingester:
image: k0rventen/apple-health-grafana-ingester
image: k0rventen/apple-health-grafana-ingester:v0.4.0
#build: ./ingester
volumes:
- <local_path_to_export.zip>:/export.zip
Expand Down

0 comments on commit 09d6534

Please sign in to comment.