When there is no prebuilt
composer template some vital options are missing
#178
Labels
bug
Something isn't working
If there's a
ce-dev.compose.prebuilt.yml
then it is simple copied todocker-compose.yml
and all is fine, as long as yourprebuilt
file is correct. However, when there is only ace-dev.compose.yml
file and you runce-dev init
, it's theinit.ts
file that buildsdocker-compose.yml
step by step. We have some options these days that are very important, specifically:We should make sure
init.ts
handles these parameters and can take them fromce-dev.compose.yml
correctly, at the moment it buildsdocker-compose.yml
files that make it impossible to start the containers if there is noprebuilt
file.The text was updated successfully, but these errors were encountered: