OHDSI Home | Forums | Wiki | Github

Broadsea - Where to add proxy information for the WebAPI

Hello all,

We have deployed Broadsea on a Linux VM in our digital research environment. The SQL Server database that holds our OMOP data and that the WebAPI needs to connect to is located outside this environment. Normally, when a containerised app needs to access an external db, we add the line "ENV HTTPS_PROXY=“http://10.0.0.5:3128” to the Dockerfile of the container. However, as the structure of Broadsea, with its six containers, is more complex, we are a bit at a loss where / how we can incorporate the above mentioned proxy information for the WebAPI. Any suggestions would be appreciated.

Cheers,
Bert

t