Skip to content

Commit

Permalink
Add all versions to diagnostics for reference (#840)
Browse files Browse the repository at this point in the history
* Update settings.ini

* Update docker-compose.template
  • Loading branch information
shawaj authored Jul 8, 2023
1 parent 4054993 commit d88a08c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
FIRMWARE_VERSION=v1.0.2-45
DIAGNOSTICS_VERSION=0b7c20e
CONFIG_VERSION=c01e889
PKTFWD_VERSION=a79d9a7
GATEWAYRS_VERSION=1bd542e
FIRMWARE_VERSION=v1.0.2-48
DIAGNOSTICS_VERSION=e2ffec2
CONFIG_VERSION=eadeba8
PKTFWD_VERSION=c206d30
GATEWAYRS_VERSION=f8f5592
MULTIPLEXER_VERSION=a1fc09b
3 changes: 3 additions & 0 deletions templates/docker-compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ services:
- DIAGNOSTICS_VERSION={{DIAGNOSTICS_VERSION}}
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
- GATEWAYRS_VERSION={{GATEWAYRS_VERSION}}
- CONFIG_VERSION={{CONFIG_VERSION}}
- PKTFWD_VERSION={{PKTFWD_VERSION}}
- MULTIPLEXER_VERSION={{MULTIPLEXER_VERSION}}
volumes:
- pktfwdr:/var/pktfwd
- miner-storage:/var/data
Expand Down

0 comments on commit d88a08c

Please sign in to comment.