Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add depends on for diagnostics #172

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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