coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
26.99k stars 1.38k forks source link

[Bug]: Can't edit Docker Compose Location on a Docker Compose Build Pack project #2521

Open DiegoBM opened 1 month ago

DiegoBM commented 1 month ago

Description

When trying to add a project from a github repository using the Docker Compose build pack, it won't allow to change the docker compose location field which I need for it to find the file within the repo

Minimal Reproduction (if possible, example repository)

Exception or Error

Build data should be editable, in particular Docker Compose Location

Version

v4.0.0-beta.294

andrasbacsai commented 1 month ago

It is reproducible, because the supabase repository is huge and the request times out. I will figure out a better way to do the docker-compose parsing on huge repos.

DiegoBM commented 1 month ago

Maybe you could add a depth setting to github repos, so that they can be cloned with depth 1? That's what they recommend to do in the self hosted supabase guide