docker-compose.yaml
file. Your application can have any combination of one or more services. For more information about creating an application that builds via Docker and Docker Compose, please see these useful reference guides from Docker:docker-compose.yml
file that will run all the services you need.package.json
file, while your other services are defined through a docker-compose.yaml
file. When both these files are present in a repo, Release will automatically detect them and provide you with options to build these services correctly. Release manages all facets of creating environments and connecting frontends and backends together seamlessly.package.json
file containing a build
command in the scripts
.docker-compose.yml
.docker-compose.yaml
file found in your repository.package.json
files for JavaScript applications.domain
field in your Application Template. They can be set to track a branch and deployed automatically on a code push to your source control system, or they can be deployed manually.