@arkhera30/cli 0.6.0 → 0.6.1
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 +3 -3
- package/guides/index.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -768,10 +768,10 @@ var TYPESENSE_SERVICE = ` # \u2500\u2500 Typesense \u2500\u2500\u2500\u2500\u25
|
|
|
768
768
|
start_period: 5s
|
|
769
769
|
restart: unless-stopped`;
|
|
770
770
|
var READER_SERVICE = ` # \u2500\u2500 Reader \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500
|
|
771
|
-
# Horus Reader \u2014 Express server
|
|
772
|
-
# Serves
|
|
771
|
+
# Horus Reader \u2014 Express server + NLP agent search at port 8400.
|
|
772
|
+
# Serves Reader SPA, proxies /api/* to Anvil, hosts POST /api/ai/ask.
|
|
773
773
|
reader:
|
|
774
|
-
image: ghcr.io/arjunkhera/horus/
|
|
774
|
+
image: ghcr.io/arjunkhera/horus/reader:latest
|
|
775
775
|
ports:
|
|
776
776
|
- "\${UI_PORT:-8400}:8400"
|
|
777
777
|
environment:
|
package/guides/index.json
CHANGED