Skip to content

Commit

Permalink
Merge branch 'master' into marvinmarnold/fix-serial-number
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Nov 27, 2021
2 parents e7d47e1 + 32d044a commit 87b5f7a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '2'
services:

gateway-config:
image: nebraltd/hm-config:e0c6f88
image: nebraltd/hm-config:8cc544f
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.11.22.0-2
- FIRMWARE_VERSION=2021.11.26.1-2
- 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 Down Expand Up @@ -57,9 +57,11 @@ services:
- RELEASE_BUMPER=foobar

diagnostics:
image: nebraltd/hm-diag:b30bd8a
image: nebraltd/hm-diag:625ea72
environment:
- FIRMWARE_VERSION=2021.11.22.0-2
- FIRMWARE_VERSION=2021.11.26.1-2
- DIAGNOSTICS_VERSION=625ea72
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand All @@ -71,6 +73,7 @@ services:
labels:
io.balena.features.sysfs: 1
io.balena.features.procfs: 1
io.balena.features.dbus: 1

upnp:
image: nebraltd/hm-upnp:b575a2f
Expand All @@ -86,7 +89,7 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2021.11.22.0-2
- FIRMWARE_VERSION=2021.11.26.1-2

volumes:
miner-storage:
Expand Down

0 comments on commit 87b5f7a

Please sign in to comment.