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!!
5 Replies
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
a year ago
no problem
a year ago
!s
Status changed to Solved dev • about 1 year ago