-
Notifications
You must be signed in to change notification settings - Fork 26
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
Failing to deploy own build of LibreChat #3
Comments
did you change PORT + WEBSITES_PORT + configured the webapp to listen to the configured port? |
My assumption was: If I take the Changing the Do you have an idea why port 80 is working for the |
port 80 is the default port for azure web apps, so unless you explicitly change it, it defaults to that. |
Yeah It might very well be that DOCKER_REGISTRY_SERVER_URL is actually superfluous or on the wrong place here. I didn't really look into that since I didn't have a problem with that. |
I have the same issue, and for the life of me cannot figure it out! |
debugging failing docker image starts can be quite tricky in azure webapps since you don't get any useful logs out of it. |
I get these errors:
and platform error:
|
UPDATE: When I remove Meilisearch integration the app works fine, I feel that the integration of Meilisearch in the Libre app integration may be what's causing the issues as that uses a docker image as well and affecting the Libre Image from starting up properly. The errors are misleading a bit. |
First of all, thanks for preparing all of this. This has helped me to deploy LibreChat much quicker. However, I'm struggling to change the image to one from an internal registry. Do you have an idea why this is the case? I managed to set everything up:
Now, during startup, we get the error logs:
I have already tried to change the setting
WEBSITES_PORT
to 3080 but no success so far.The command I'm using to build the image is:
(inspired from line 37 here: https://github.com/danny-avila/LibreChat/blob/main/.github/workflows/dev-images.yml )
The text was updated successfully, but these errors were encountered: