string
1.0
The version of the configuration file. The current version is 1.0
.
string
''
Name of your project.
Image
{}
image section is generated based on the analysis of your app. It contains the Docker image that will be used to run your app. You can change the image to a different one if you want to use a different base image.
Task
{}
The tasks
section allows you to define reusable scripts.
Type definition:
Job
{}
Jobs are sequences of tasks that can be run manually or hooked to a triggers.
Type definition:
App
{}
Apps are tasks that serves FE assets or run BE applications. You can use it to run a web server, a database or other network applications.
to be implemented