Closed Roundhead22 closed 2 years ago
@Roundhead22 , Ah, this is because the dashboard submodule is not up to date when doing an initial build of the project. The latest commit should fix that. Please try again and let me know how it went :)
Initial Releases should properly build with this change: https://github.com/jaomaloy/balena-rtl-power/commit/d216713722dba0e645e3ed271317a721606557ec
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
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:
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.