Is it possible to put two ‘www’ entries into the dotcloud.yml file? I want to have a type:node and a type:static, but of which are in the ‘www’ section of the .yml file. Not sure if I can do that or not, but I sure would love to.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Service names need to be unique, so you won’t be able to have both a
nodeandstaticservice named ‘www’.Is there a reason why you want them both to have a name of ‘www’?
Service names can be anything you want and are only used to identify the service, and have nothing to do with the domain names you want associated with the service. So it is usually best to name them something obvious so that it is easier to know what each service is doing.
Here is an example of what you could do for your
dotcloud.ymlFor more information about the
dotcloud.ymlfile check out. http://docs.dotcloud.com/guides/build-file/