Does docker-compose affect fly deploy?

Hi,

I’m new to fly and I’m working on a Rails project. I’m trying to abstract dependencies (db etc) by using docker-compose (https://github.com/fly-apps/dockerfile-rails?search=1). Searching other topics (Deploy docker-compose to Fly.io) led me to believe docker-compose is ignored when using fly deploy, but this line gives me pause as I’m not too familiar with dockerfile.yml:

options:
  compose: true

Is docker-compose.yml simply ignored when running fly deploy?

Correct! fly deploy only looks at the Dockerfile and is completely unaware of compose.

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