-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
build: coolify deploy configuration #1231
base: main
Are you sure you want to change the base?
Conversation
Thanks for this Felipe, its much appreciated. I tried to test it earlier by merging your pull request with my up to date fork of bolt.diy at https://github.com/iaminawe/bolt.diy and then tried to deploy through coolify. I added relevant keys for Claude, openai, groq and open router but when I deploy through coolify I see the interface for a moment then I get an application error. I have been troubleshooting it for a few hours but have not yet had any success and I was hoping you may be able point me in the right direction as to what I could be missing. Thanks in advance for any assistance you can give. |
@iaminawe It seems to work for me. I ran the ToDo app from your link with one error. Clicked on ask bolt and it was fixed. I would not leave your API's on a public facing app as somebody could really burn through your AI tokens. |
put your keys only inside env variables inside coolify. |
Thank you both. I did add my keys through the environment variables in coolify. I only left it open publicly temporarily because I was working on it and as far as I could see it was not working. I will try it out in some other browsers and see if I can access it without the app crashing. Much appreciated |
refactor: simplifica configuração do Docker Compose para deploy no Coolify
refactor: simplify Docker Compose configuration for Coolify deployment