Failing at Deploying Huly - https://github.com/hcengineering/huly-selfhost
powerappsdarren
PROOP

a year ago

Huly is a very useful app I'd like to self-host with you guys.

I have attached the errors that occurred when trying to deploy. Thank you!!

Solved

5 Replies

powerappsdarren
PROOP

a year ago

82c9426c-0ac9-41f3-bda8-8c6cc8331f7a


a year ago

Nixpacks looks at the project and then if it's a generic application like NodeJS or Django or whatever then it'll build a docker image for that application and deploy that docker image into a container

The app you're trying to deploy isn't a generic application though, looking at the compose file it seems like a very large and complicated application involving multiple images and multiple services. Nixpacks cannot generate a docker image for such a complicated and multi-layered project

You'd need to go to the compose.yml file and make a service for each image listed in there with the specified configurations


powerappsdarren
PROOP

a year ago

Oh wow. thank you! 🙂


a year ago

no problem


a year ago

!s


Status changed to Solved dev about 1 year ago


Loading...