Skip to content

Commit

Permalink
Merge pull request #172 from NebraLtd/shawaj/dependson
Browse files Browse the repository at this point in the history
Add depends on for diagnostics
  • Loading branch information
shawaj authored Oct 18, 2021
2 parents dd0a0ae + 195ad09 commit 3300329
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ services:
image: nebraltd/hm-config:1174375
depends_on:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2021.10.07.2
- FIRMWARE_VERSION=2021.10.07.3
- 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 @@ -33,6 +34,7 @@ services:
image: nebraltd/hm-miner:0784f64
depends_on:
- dbus-session
- diagnostics
expose:
- "1680"
- "4467"
Expand All @@ -55,7 +57,7 @@ services:
diagnostics:
image: nebraltd/hm-diag:9ae9284
environment:
- FIRMWARE_VERSION=2021.10.07.2
- FIRMWARE_VERSION=2021.10.07.3
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand Down

0 comments on commit 3300329

Please sign in to comment.