SelfhostedPro

Results 98 comments of SelfhostedPro

Currently it needs to be named docker-compose.yaml. The version of docker-compose doesn’t support compose.yaml yet. Working on updating but running into some issues.

Typically it’ll be in /config/compose/$foldername/docker-compose.yaml. You can create a new project in the ui to see where it gets created too. Definitely will add that in and check the python...

Can you paste exactly what you’re putting in the command field? Typically you’ll need to use multiple commands in order for it to work correctly: in the following, each line...

There are templates that successfully use commands. You need to separate the executable and arguments like you would using the CMD in a docker container. Separate `/bin/ls` and `/etc` into...

Can you post a screenshot of how you’re entering them in the UI? It sounds like you’re putting the command and arguments in the same line. Will work on finding...

Sure, if you’d like to provide a PR to remove these components and replace them with an alternative I’d be happy to accept it. I’m not a developer for my...

I don’t think it needs to be closed so I’m going to reopen it and will update here with progress if I’m able to get some time to work on...

Are there any errors in the container?

Try using the :devel branch of yacht as it has better error handling for projects.

I’ll go ahead and work on the error handling. Do you have the specific docker-compose what was incorrect?