Overview
Introduced in v1.8.0
Builders are tools used to package Git services into deployable containers.
They either detect or generate a Dockerfile, then build your application using docker build.
Supported builders include:
Accessing other services
Section titled “Accessing other services”When building your application, all the services from the same project are available, you can reference them using their network alias.