Skip to content

Commit

Permalink
Update Pisces P100 docker compose output
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 29, 2022
1 parent cddc32f commit eb11072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions device-compose-files/docker-compose-pisces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- diagnostics
environment:
- FIRMWARE_VERSION=2022.12.13.0
- FIRMWARE_SHORT_HASH=990459b
- FIRMWARE_SHORT_HASH=8c58e50
- 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 @@ -35,7 +35,7 @@ services:
- pktfwdr:/var/pktfwd
environment:
- FIRMWARE_VERSION=2022.12.13.0
- FIRMWARE_SHORT_HASH=990459b
- FIRMWARE_SHORT_HASH=8c58e50

helium-miner:
image: nebraltd/hm-miner:arm64-9e390ca
Expand All @@ -60,15 +60,15 @@ services:
environment:
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0
- FIRMWARE_SHORT_HASH=990459b
- FIRMWARE_SHORT_HASH=8c58e50

diagnostics:
image: nebraltd/hm-diag:c211dcc
depends_on:
- dbus-session
environment:
- FIRMWARE_VERSION=2022.12.13.0
- FIRMWARE_SHORT_HASH=990459b
- FIRMWARE_SHORT_HASH=8c58e50
- DIAGNOSTICS_VERSION=c211dcc
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
Expand Down Expand Up @@ -100,7 +100,7 @@ services:
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0
- FIRMWARE_SHORT_HASH=990459b
- FIRMWARE_SHORT_HASH=8c58e50

volumes:
miner-storage:
Expand Down

0 comments on commit eb11072

Please sign in to comment.