i-dot-ai / redbox

Bringing Generative AI to the way the Civil Service works
https://i-dot-ai.github.io/redbox/
MIT License
85 stars 28 forks source link

Added unstructured host to worker vscode launch config #934

Closed jamesrichards4 closed 1 month ago

jamesrichards4 commented 1 month ago

Context

Developers should be able to use vscode launch to start core-api and worker, currently the worker uses the wrong hostname for unstructured

Changes proposed in this pull request

Add UNSTRUCTURED_HOST to the list of overrides in vscode launch. These are set here to avoid having to set them in .env which has the correct values for docker-compose

Things to check