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
- Foundational validation and suggestion support for flows, nodes, and validation rules: [#3](https://github.com/code0-tech/triangulum/issues/3), [#22](https://github.com/code0-tech/triangulum/issues/22), [#32](https://github.com/code0-tech/triangulum/issues/32)
-`IMAGE_TAG`: Set this to the specific version of CodeZero you want to deploy.
99
105
-`INITIAL_ROOT_MAIL`: The email address for the primary administrator.
100
106
-`INITIAL_ROOT_PASSWORD`: The secure password for your first login.
101
107
-`IMAGE_EDITION`: Set this to ce for the Community Edition or ee for the Enterprise Edition. This
102
108
determines which Docker images will be pulled.
103
109
110
+
### Setup initial runtime
111
+
112
+
-`INITIAL_RUNTIME_TOKEN`: If you want to create a global runtime with a predefined token, set it here. This allows you to connect a runtime immediately after deployment without needing to generate a token from the dashboard.
113
+
-`AQUILA_SAGITTARIUS_TOKEN`: Set the same token here if you want the global runtime to connect right away. If you leave it blank, you can set it up runtime later, follow [Setup additional runtimes](#setup-additional-runtimes) instructions.
114
+
104
115
</Step>
105
116
<Step>
106
117
107
-
## Initial deployment
118
+
## Deployment
108
119
109
120
Start the CodeZero containers in detached mode:
110
121
@@ -116,6 +127,11 @@ Once the containers are running, you can access the CodeZero Dashboard via your
116
127
at [http://localhost/](http://localhost/)).
117
128
118
129
</Step>
130
+
</Steps>
131
+
132
+
## Setup additional runtimes
133
+
134
+
<Steps>
119
135
<Step>
120
136
121
137
## Connecting the runtime
@@ -158,7 +174,7 @@ Update your .env file with the copied token at `AQUILA_SAGITTARIUS_TOKEN` and sa
158
174
For the changes to take effect and for the runtime to authenticate correctly, restart the containers:
0 commit comments