feat: deploy NC01 Sub2API target
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success

This commit is contained in:
Codex
2026-07-09 13:16:58 +02:00
parent 21935e7319
commit 8347d5ed1b
17 changed files with 483 additions and 37 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export function hostDockerEnvFile(sub2api: Sub2ApiConfig, target: Sub2ApiTargetC
const database = targetDatabase(sub2api, target);
const urlAllowlist = sub2api.security.urlAllowlist;
const values: Record<string, string> = {
AUTO_SETUP: "true",
AUTO_SETUP: String(target.runtime.autoSetup),
SERVER_HOST: "127.0.0.1",
SERVER_PORT: String(host.appPort),
SERVER_MODE: "release",