Giter VIP home page Giter VIP logo

balena-rtl-power's People

Contributors

jaomaloy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

balena-rtl-power's Issues

balena release fail

i pressed deploy with balena then selected my device [raspberry pi 3 using wifi] added my wifi ssid and psk it created the fleet but then failed to create here are the logs i see
image

here is the docker cmpose yml docker-compose.yml

version: '2.1'
volumes:
influxdb-data: {}
dashboard-data: {}
services:
grtlp:
build:
context: ./grtlp
restart: always
privileged: true
network_mode: host
mqtt:
image: 'eclipse-mosquitto:1.6.15'
restart: always
privileged: false
ports:
- '1883:1883'
connector:
image: 'balenablocks/connector:latest'
restart: always
labels:
io.balena.features.balena-api: '1'
io.balena.features.supervisor-api: '1'
privileged: true
ports:
- '8080'
influxdb:
image: >-
arm32v7/influxdb@sha256:2fed9b09a672cab330ac3ea1f03616e6821f2235bda64d549f605ef0d7081911
restart: always
privileged: false
volumes:
- 'influxdb-data:/var/lib/influxdb'
dashboard:
build:
context: ./dashboard
restart: always
privileged: false
volumes:
- 'dashboard-data:/data'
ports:
- '80'

an the build logs

[Info] Starting build for ***********, user **********
[Info] Dashboard link: https://dashboard.balena-cloud.com/apps/1901536/devices
[Error] Could not detect project type: Service dashboard: Could not find a Dockerfile for this service
[Error] Not deploying release.

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.