Multiple services in a single fly.toml file

I’m working with a Git monorepo with multiple applications in the same repository.

With multiple applications come multiple Dockerfile(s). I know that with fly one could use [[services]] section to define multiple services in the same fly.toml file, but I’m wondering if multiple [[services]] could also use multiple builders such that they can use their own Dockerfiles.

Has this been done before? Essentially, the project uses Turborepo to build a Node project.

A Fly app is one-to-one with Dockerfiles, so all processes (and therefore all services) for an app use the same image.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.