-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Access Docker Container on Local Machine After Setup #5
Comments
Thanks for the report @soumilshah1995 ! This limitation makes it harder to run Universql in a container. One solution I think of using |
@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! |
@soumilshah1995 That's a lot! I fixed the issues connecting Docker from your host machine. You should be able to connect Additionally, I added optional If you want to deploy to Kubernetes, you can assign |
is it main branch ? can I use below setup ?
|
It looks good to me. That will be enough to access Unversql from Kubernetes but you will need a public URL to connect from your local environment. If you have a public domain, you can pass SSL keys or you can optionally pass |
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?
The text was updated successfully, but these errors were encountered: