-
Notifications
You must be signed in to change notification settings - Fork 98
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
Documentation for locally running #34
Comments
I tried to run it locally too, but without success. |
You can successfully run the Bedrock Access Gateway by setting the necessary AWS and environment variables when launching the Docker container. Here's how I got it to work: Running the Docker Container:
Remember to change your environmental variable accordingly, port and all. Integration with Open-WebUI: Replace 'YOUR_IP' with the appropriate IP address or hostname of your server. Authentication: I hope this helps. |
perfect thankyou |
You're welcome. Remember to add the --restart flag to keep the docker container persistent when the server is rebooted. |
Thank you for the help, I've put it in a compose file next to my OpenWebUI container so I don't need to expose the port externally as well |
Trying to run this locally. Cloned the repo and build the _ecs Dockerfile. Tryed to docker run it with the above parameters:
but for some reason when trying to curl I get:
Logs are not very helpful: INFO] (rapid) exec '/var/runtime/bootstrap' (cwd=/var/task, handler=) |
Your mapping port 8081 to 80 and then curling port 8000 you will need to curl 8081 |
I would like to locally host the docker container and pass the relevant environment variables, is this possible and do you have a list of the variables names which would be needed to allow access to AWS and any other mandatory config?
The text was updated successfully, but these errors were encountered: