Skip to content

Commit

Permalink
chore: use proper images in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Apr 20, 2024
1 parent 817adff commit cabdace
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
services:
grafana:
image: grafana/grafana:10.4.1
image: k0rventen/apple-health-grafana-grafana:rolling
ports:
- 3000:3000
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=health
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/dashs/specific-metrics.json
volumes:
- ./provisioning:/etc/grafana/provisioning
influx:
image: influxdb:1.8
environment:
Expand All @@ -17,7 +11,6 @@ services:
- influx-data:/var/lib/influxdb
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 cabdace

Please sign in to comment.