-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
Deployment issue - #1242
Comments
thanks for any support with this. Also - instead of helping just me debug this, so others can get the benfit of this fix... if you guys are interested in submitting it as a service template on the coolify platform, here is the link for how - to - https://coolify.io/docs/contribute/service/ |
@Plaidmustache Have you tried this docker compose template? It works fine for me. |
hey, seriously thank you. this actually deployed! I tried so many times via compose i had given up that way! I could not get the db migrate container to be healthy & therefore the teable app itself would not startup. not sure what you did to get around that but your magic. I will try to get the Minio/S3 part added on with this as a base setup, now that i know its actually functioning! I am curious though, do you know how to get the pre-made base templates also into there? is that even possible? just trying to get a head start with using it. |
Do you mean in Teable? In the self-hosted version, you can't! |
Pre-made base templates on self-hosted version are on my to-do list, but I don't promise I'll actually do it.
@Plaidmustache Can you confirm that coollabsio/coolify#4727 is a service template you have wanted, and I close this issue? |
Wow! Cool! |
Describe the bug
Unable to deploy teable been trying with assistance of ai support for about a week.
this is the error i get when installing on coolify via nixpacks
ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" did not complete successfully: exit code: 1
To Reproduce
Loom video
https://www.loom.com/share/dc95be3b97aa4e5db93d19e09a092a08?sid=1dc5a1b6-5863-472f-809f-59f603ce5b84
I am installing teable on coolify. (or attempting to)
Open new project on coolify
select, install via github repo
Copy /pase teable repo https github address
select install via nixpacks
deploy - deployment starts and continues for about a minute before:
Error message:
ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" did not complete successfully: exit code: 1
2025-Jan-12 20:03:38.083694
Oops something is not okay, are you okay? 😢
2025-Jan-12 20:03:38.088796
Expected behavior
it should install smoothly
Screenshots
** Client (please complete the following information):**
Coolify is running on a VPS
Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-130-generic x86_64)
Platform (Please tell us which deployment version you are using)
Am trying to install the CE version
Ideally with all the features, like redis, and minio, but i'll take anything at this point.
[eg. teable.io, docker-standalone, docker-swarm, docker-cluster]
Additional context
Ive tried also to install on coolify via docker compose, also via dockerfile, each of those ways comes with different issues, i may make a different issue report if this one is not resolved. I think this one may be the easiest way to fix as there are less input errors on my part possible.
The text was updated successfully, but these errors were encountered: