Docker Compose

Edit pageLast modified: 08 March 2025

The Docker Compose build step allows starting Docker Compose build services and shutting them down at the end of the build. With this runner, you can run multi-container Docker apps.

If you need to pull a base image from a private repository or push a newly built image to a registry, you can authorize to a Docker or Podman registry, as follows:

  1. In your project settings, select Connections from the sidebar and follow the instructions in Configuring Connections to Docker to add new Docker or Podman connections to your project.

  2. In your build configuration settings, configure the Docker Registry Connections build feature, adding the connections created in the previous step.