@arkhera30/cli 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -654,6 +654,7 @@ var FORGE_SERVICE = ` # \u2500\u2500 Forge \u2500\u2500\u2500\u2500\u2500\u2500
|
|
|
654
654
|
- FORGE_HOST_VAULT_URL=http://localhost:\${VAULT_MCP_PORT:-8300}
|
|
655
655
|
- FORGE_HOST_FORGE_URL=http://localhost:\${FORGE_PORT:-8200}
|
|
656
656
|
- FORGE_SCAN_PATHS=\${FORGE_SCAN_PATHS:-/data/repos}
|
|
657
|
+
- FORGE_SESSION_TTL_MS=\${FORGE_SESSION_TTL_MS:-1800000}
|
|
657
658
|
- GITHUB_TOKEN=\${GITHUB_TOKEN:-}
|
|
658
659
|
- TYPESENSE_HOST=typesense
|
|
659
660
|
- TYPESENSE_PORT=8108
|
|
@@ -831,6 +832,12 @@ function generateComposeFile(config, runtime) {
|
|
|
831
832
|
- PORT=8000
|
|
832
833
|
- GITHUB_TOKEN=${token}
|
|
833
834
|
- GITHUB_API_HOST=${apiHost}
|
|
835
|
+
- TYPESENSE_HOST=typesense
|
|
836
|
+
- TYPESENSE_PORT=8108
|
|
837
|
+
- TYPESENSE_API_KEY=\${TYPESENSE_API_KEY:-horus-local-key}
|
|
838
|
+
depends_on:
|
|
839
|
+
typesense:
|
|
840
|
+
condition: service_healthy
|
|
834
841
|
networks:
|
|
835
842
|
- horus-net
|
|
836
843
|
restart: unless-stopped
|