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
?