-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add docker support #2
Comments
hey @aikooo7 Thanks for the suggestion! Docker support would be a great addition. I might get to it eventually, but if you're interested in taking it on, feel free! Let me know if you have any questions or need help. Would love to see what you come up with! |
Hey @hamzasaleem2, I have the Dockerfile semi-done but this project has some external services used, is the documentation in #1 reliable to me to use? |
@aikooo7 yes i provided that actually. here's the notion site link: convex.dev is my backend service. which is also open source. |
What port does the frontend use? |
Also, I am afraid the env vars and the being logged in in convex needs to be done at compile times, is that true? |
@aikooo7 we're using vite so the frontend will use 5173 port by default for convex are you talking about the var that is in convex auth file for clerk ? that needs to be present at build time yes but .env file vars doesn't need to be present for compiling convex backend |
I am talking about needing to be authenticated. That sucks because we can't prebuid the image using github actions, we rather need the user to compile the image themselves. |
If that is fine to you let me know so I can make a pr with the dockerfile |
@aikooo7 sure go ahead. |
This project is quite nice, but docker support is missing which is a big thing for selfhosters. Is it being done or could I implement it?
The text was updated successfully, but these errors were encountered: