Skip to content

Commit

Permalink
Update OpenFleet core files (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 6, 2023
1 parent 6cf28bb commit 5ecf6d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ assets:
https://cdn.shopify.com/s/files/1/0071/2281/3001/files/Nebra-Icon-Blue_bb758eaa-b10d-4ea6-a55e-babd69135b69.png?v=1620938774
data:
applicationEnvironmentVariables:
- FREQ: "N/A (Non Nebra Miner)"
- VARIANT: COMP-FINESTRA
- HELIUM_MINER_HEIGHT_URL: "https://api.helium.io/v1/blocks/height"
applicationConfigVariables:
Expand Down
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: '2'
services:

gateway-config:
image: nebraltd/hm-config:3a4f009
image: nebraltd/hm-config:45dbb32
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2022.12.13.0-23
- FIRMWARE_SHORT_HASH=2bfa409
- FIRMWARE_VERSION=2022.12.13.0-24
- FIRMWARE_SHORT_HASH=4723598
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
- DBUS_SESSION_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
privileged: true
Expand All @@ -26,7 +26,7 @@ services:
stop_signal: SIGINT

packet-forwarder:
image: nebraltd/hm-pktfwd:90ca802
image: nebraltd/hm-pktfwd:f7c2018
depends_on:
- multiplexer
restart: always
Expand All @@ -35,14 +35,14 @@ services:
- pktfwdr:/var/pktfwd
- nebra:/var/nebra
environment:
- FIRMWARE_VERSION=2022.12.13.0-23
- FIRMWARE_SHORT_HASH=2bfa409
- FIRMWARE_VERSION=2022.12.13.0-24
- FIRMWARE_SHORT_HASH=4723598
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1

multiplexer:
image: nebraltd/hm-pktmux:34009b7
image: nebraltd/hm-pktmux:eb8c757
restart: always
depends_on:
- helium-miner
Expand Down Expand Up @@ -74,17 +74,17 @@ services:
restart: on-failure
environment:
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-23
- FIRMWARE_SHORT_HASH=2bfa409
- FIRMWARE_VERSION=2022.12.13.0-24
- FIRMWARE_SHORT_HASH=4723598

diagnostics:
image: nebraltd/hm-diag:16c3e81
image: nebraltd/hm-diag:9265285
depends_on:
- dbus-session
environment:
- FIRMWARE_VERSION=2022.12.13.0-23
- FIRMWARE_SHORT_HASH=2bfa409
- DIAGNOSTICS_VERSION=16c3e81
- FIRMWARE_VERSION=2022.12.13.0-24
- FIRMWARE_SHORT_HASH=4723598
- DIAGNOSTICS_VERSION=9265285
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
- pktfwdr:/var/pktfwd
Expand Down Expand Up @@ -115,8 +115,8 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-23
- FIRMWARE_SHORT_HASH=2bfa409
- FIRMWARE_VERSION=2022.12.13.0-24
- FIRMWARE_SHORT_HASH=4723598

volumes:
miner-storage:
Expand Down

0 comments on commit 5ecf6d0

Please sign in to comment.