Open soumilshah1995 opened 4 days ago
Thanks for the report @soumilshah1995 ! This limitation makes it harder to run Universql in a container. One solution I think of using cloudflared
to create a public tunnel, which should make Universql accessible in a public network including the Docker's host machine. I have a prototype that I'm hoping to ship this week.
@buremba, I'm really excited about this! We'd love to have a Docker setup, as we plan to deploy on Kubernetes. The project is fantastic, with very well-written code. Looking forward to the prototype!
Hi there,
I want to run the setup inside a Docker container and access it from my local machine. I am able to successfully query Snowflake tables using DuckDB inside the Docker container, but when I try to access the service locally (outside the container), I encounter issues.
Setup Script (setup_universql.sh):
Setup Instructions:
Code that Works Inside the Container:
Issue:
When I try to access the service locally (outside the container), I have tried several configurations for the host in the code: localhost localhostcomputing.com Container name: universql-server 0.0.0.0 But none of these work. Can you assist with the correct steps or configuration to access the Docker container from my local machine?