Skip to content

Commit

Permalink
Merge pull request #278 from NebraLtd/master
Browse files Browse the repository at this point in the history
Merge sx1302 and RockPi fixes to production
  • Loading branch information
shawaj authored Nov 25, 2021
2 parents 24663c3 + 68e306b commit c3cce5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.11.22.0
- FIRMWARE_VERSION=2021.11.22.0-1
- 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 @@ -25,7 +25,7 @@ services:
stop_signal: SIGINT

packet-forwarder:
image: nebraltd/hm-pktfwd:e067bef
image: nebraltd/hm-pktfwd:8d8de7d
depends_on:
- helium-miner
restart: always
Expand Down Expand Up @@ -57,9 +57,9 @@ services:
- RELEASE_BUMPER=foobar

diagnostics:
image: nebraltd/hm-diag:7e26f35
image: nebraltd/hm-diag:b30bd8a
environment:
- FIRMWARE_VERSION=2021.11.22.0
- FIRMWARE_VERSION=2021.11.22.0-1
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand All @@ -85,7 +85,7 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2021.11.22.0
- FIRMWARE_VERSION=2021.11.22.0-1

volumes:
miner-storage:
Expand Down

0 comments on commit c3cce5a

Please sign in to comment.