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 5, 2023
1 parent 5136e20 commit ecdf0e6
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 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:436b193
image: nebraltd/hm-config:3a4f009
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2022.12.13.0-18
- FIRMWARE_SHORT_HASH=09e6239
- FIRMWARE_VERSION=2022.12.13.0-22
- FIRMWARE_SHORT_HASH=f6f68d6
- 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,27 +26,33 @@ services:
stop_signal: SIGINT

packet-forwarder:
image: nebraltd/hm-pktfwd:072d3a9
image: nebraltd/hm-pktfwd:90ca802
depends_on:
- multiplexer
restart: always
privileged: true
volumes:
- pktfwdr:/var/pktfwd
environment:
- FIRMWARE_VERSION=2022.12.13.0-18
- FIRMWARE_SHORT_HASH=09e6239
- FIRMWARE_VERSION=2022.12.13.0-22
- FIRMWARE_SHORT_HASH=f6f68d6
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1

multiplexer:
image: nebraltd/hm-pktmux:999ffe4
image: nebraltd/hm-pktmux:34009b7
restart: always
depends_on:
- helium-miner
expose:
- "1700"
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1

helium-miner:
image: nebraltd/hm-miner:arm64-c1f8791
image: nebraltd/hm-miner:arm64-d936613
depends_on:
- dbus-session
- diagnostics
Expand All @@ -67,17 +73,17 @@ services:
restart: on-failure
environment:
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-18
- FIRMWARE_SHORT_HASH=09e6239
- FIRMWARE_VERSION=2022.12.13.0-22
- FIRMWARE_SHORT_HASH=f6f68d6

diagnostics:
image: nebraltd/hm-diag:b71f1ad
image: nebraltd/hm-diag:0565196
depends_on:
- dbus-session
environment:
- FIRMWARE_VERSION=2022.12.13.0-18
- FIRMWARE_SHORT_HASH=09e6239
- DIAGNOSTICS_VERSION=b71f1ad
- FIRMWARE_VERSION=2022.12.13.0-22
- FIRMWARE_SHORT_HASH=f6f68d6
- DIAGNOSTICS_VERSION=0565196
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
- pktfwdr:/var/pktfwd
Expand Down Expand Up @@ -108,8 +114,8 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-18
- FIRMWARE_SHORT_HASH=09e6239
- FIRMWARE_VERSION=2022.12.13.0-22
- FIRMWARE_SHORT_HASH=f6f68d6

volumes:
miner-storage:
Expand Down

0 comments on commit ecdf0e6

Please sign in to comment.