docker / labs-make-runbook

Other
37 stars 5 forks source link

Json: Error: Connection error. #35

Open jovicon opened 2 months ago

jovicon commented 2 months ago

Hi, I tried make runbook v0.0.10

and I had this problem:

Error: Connection error.

This is my docker file:

FROM node:20.13.1-alpine

# Docker Scout -- Vulnerability Scanning solved
RUN apk upgrade busybox 
RUN apk upgrade openssl 

WORKDIR /usr/src/app

COPY ["package.json", "./"]
COPY [".env.example", "./.env"]

RUN npm install

COPY . .

RUN npm run build

EXPOSE 3000

CMD node ./dist/src/main.js

and this is my extension config:

Captura de Pantalla 2024-06-21 a la(s) 18 27 54

ColinMcNeil commented 1 month ago

Hi, thanks for submitting this issue. At the moment, we only support the Ollama endpoint http://localhost:11434/v1 so if you have it running elsewhere this would cause the error.