prev <<
StuwerCal
>> next
Configure a service
dotcloud defines an application to have several services
You have to tell it about the name and types of those services via a config file called
dotcloud.yml
.
frontend: type: perl
In this example,
frontend
is the name of the service.
And it's running on
perl