Skip to content

Commit

Permalink
Update OpenFleet core files (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2023
1 parent 14476ec commit 10f9eac
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
- dbus-session
- diagnostics
environment:
- FIRMWARE_VERSION=2022.12.13.0-10
- FIRMWARE_SHORT_HASH=641fc13
- FIRMWARE_VERSION=2022.12.13.0-12
- FIRMWARE_SHORT_HASH=f07d6cb
- 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 @@ -34,8 +34,8 @@ services:
volumes:
- pktfwdr:/var/pktfwd
environment:
- FIRMWARE_VERSION=2022.12.13.0-10
- FIRMWARE_SHORT_HASH=641fc13
- FIRMWARE_VERSION=2022.12.13.0-12
- FIRMWARE_SHORT_HASH=f07d6cb

helium-miner:
image: nebraltd/hm-miner:arm64-c1f8791
Expand All @@ -59,17 +59,17 @@ services:
restart: on-failure
environment:
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-10
- FIRMWARE_SHORT_HASH=641fc13
- FIRMWARE_VERSION=2022.12.13.0-12
- FIRMWARE_SHORT_HASH=f07d6cb

diagnostics:
image: nebraltd/hm-diag:1af64d2
image: nebraltd/hm-diag:4b0e204
depends_on:
- dbus-session
environment:
- FIRMWARE_VERSION=2022.12.13.0-10
- FIRMWARE_SHORT_HASH=641fc13
- DIAGNOSTICS_VERSION=1af64d2
- FIRMWARE_VERSION=2022.12.13.0-12
- FIRMWARE_SHORT_HASH=f07d6cb
- DIAGNOSTICS_VERSION=4b0e204
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
volumes:
- pktfwdr:/var/pktfwd
Expand Down Expand Up @@ -99,8 +99,8 @@ services:
- dbus:/session/dbus
environment:
- DBUS_ADDRESS=unix:path=/session/dbus/session_bus_socket
- FIRMWARE_VERSION=2022.12.13.0-10
- FIRMWARE_SHORT_HASH=641fc13
- FIRMWARE_VERSION=2022.12.13.0-12
- FIRMWARE_SHORT_HASH=f07d6cb

volumes:
miner-storage:
Expand Down

0 comments on commit 10f9eac

Please sign in to comment.