Code Monkey home page Code Monkey logo

Comments (4)

k0rventen avatar k0rventen commented on May 27, 2024

Hi,
could you please paste the content of the docker-compose.yml file, as well as the content of the directory in which you run compose up ?

Thx

from apple-health-grafana.

GeraldPape avatar GeraldPape commented on May 27, 2024

docker-compose.yml

version: "3"
services:
  grafana:
    image: grafana/grafana:9.5.5
    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
    restart: always
    environment:
      - INFLUXDB_DB=health
    volumes:
    - influx-data:/var/lib/influxdb
  ingester:
    image: k0rventen/apple-health-grafana-ingester
    build: ./ingester
    volumes:
    - C:/temp/ap/apple-health-grafana/export.zip:/export.zip

volumes:
  influx-data:

and this is in the directory:

.github
.gitignore
docker-compose.ok
docker-compose.yml
docker-compose.yml.bak
example1.png
example2.png
export.zip
ingester
provisioning
README.md
tests

from apple-health-grafana.

k0rventen avatar k0rventen commented on May 27, 2024

Your volume mount C:/temp/ap/apple-health-grafana/export.zip:/export.zip isn't relative.
But even though the export file is valid, it seems there is no export.xml file in this particular file.
I would suggest re-exporting and retrying with a fresh file.

from apple-health-grafana.

k0rventen avatar k0rventen commented on May 27, 2024

closing /stale

from apple-health-grafana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.