You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,15 @@ Thunderstorm is exposed on port **8080** by default.
23
23
24
24
## Contract-Token
25
25
26
-
Deploying Thunderstorm as a container requires a **non-host-based** Thunderstorm contract with at least one issued license.
26
+
Deploying Thunderstorm as a container requires a **non-host-based** Thunderstorm contract.
27
27
28
28
On first start, the container uses your contract token to download the THOR binaries and persists them in a Docker volume so subsequent restarts are instant. You can omit the contract token afterwards as long as the volume exists.
29
29
30
+
During that first download the Nextron Portal issues a license server-side. Two optional environment variables tune this:
31
+
32
+
-`LICENSE_HOSTNAME` — host identity the portal binds the issued license to (default: `thunderstorm-container`). Keep it fixed so re-downloads reuse the same license slot instead of consuming new contract quota on every fresh volume.
33
+
-`LICENSE_COMMENT` — comment shown for the issued license in the Nextron Portal.
34
+
30
35
A contract token can be retrieved from the [Nextron Portal](https://portal.nextron-systems.com/ui/contracts/contracts) under *Contracts & Licenses → Contracts → Actions → cloud icon → THOR Download Token*.
31
36
32
37
<imgsrc="images/contract_token.png"alt="Contract Token location in Nextron Portal"width="500">
0 commit comments