Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

Many of the containers fail to stay started #20

Closed dillfrescott closed 1 year ago

dillfrescott commented 1 year ago

some say:

sh: 1: webpack: not found
bryanenders commented 1 year ago

Have you already initialized the services with bin/init?

dillfrescott commented 1 year ago

Ah, yes, and I even tried it multiple times thinking maybe it left something incomplete.

bryanenders commented 1 year ago

Would you mind sharing your full logs? You can obtain them by executing $ docker-compose logs --timestamps once the offending containers have exited.

dillfrescott commented 1 year ago

I am sorry I was using a vps to run the project so I terminated the vps because I had to pay for it. I can try to run it again sometime and send you the logs...

h3d-longnsp commented 1 year ago

Have you tried to install both mutagen and mutagen-compose? Mutagen-compose needs a matching version of Mutagen installed and available in your path.

dillfrescott commented 1 year ago

Yes, they were both installed and on the system path

h3d-longnsp commented 1 year ago

What vps did you use? Also you should try it first on local machine as I had tried it and had no problems. The point of using docker compose is to have consistent env across devices so I really dont understand the missing webpack part.

dillfrescott commented 1 year ago

I used one from serverspace.us. I've kinda moved on from this project anyways.

bryanenders commented 1 year ago

Closing until this issue can either be reproduced or logged

dillfrescott commented 1 year ago

reproduced this again on a local machine. same issue