-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add Service Template: Velld #7253
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
base: next
Are you sure you want to change the base?
Conversation
|
Hi @ejscheepers! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
|
Thanks @ShadowArcanist - I made the requested changes, will do a PR to add healtcheck to Velld Web App. Will push commit as soon as Github outage is fixed..
|
|
Hey @ejscheepers thanks for the PR and following along with implementing requested changes! Unfortunately I have to hold this PR because the app is unstable (check attached video): Velld.CY.mov
|
|
@ShadowArcanist I will submit a PR to the project to fix the error that was crashing on DB discovery. As for the restart resulting in "Bad Gateway" I will have to investigate a bit more, because on my NON-COOLIFY docker compose it works perfectly, so maybe Coolify is doing something weird to the compose that's breaking it? |
Thanks! I don't think Coolify is doing anything (I could be wrong here) to cause that Bad Gateway the container don't have a healthcheck so Coolify proxy should route requests properly and the container logs doesn't throw any error. The compose files used by Coolify can be found on |
|
@ShadowArcanist I think I've found the issue: Root cause Not sure if this is a feature or a bug, but this is what was breaking it.. |
We had a bug which makes Coolify not update value of env that contains port at the end when user updates the URL - this was fixed on v4.0.0-beta.445. I just tested the app on v4.0.0-beta.446 and the Envs have correct values but still it shows the bad gateway error: Also Coolify does not automatically change the auto generated url or the resource uuid - it's set on creation of the service, and So are you sure it's caused by Coolify? asking because it's still not working for me even when the ENV are correct for both api and nextjs frontend Note: Coolify v4.0.0-beta.445 and v4.0.0-beta.446 were not released to public yet.. I am testing the service on dev instance |
|
This is very weird, I tested with empty docker compose on Coolify [v4.0.0-beta.444] and it worked on my side, even after restarting. |


Changes