Hey,
I’m confused by the output prompts I’ve been getting when running Fly Launch. Usually I expect to give a name, choose a region, cpu size, postgres, etc. However, when running Fly Launch with a Dockerfile and prod.conf file in a directory, I’ve been given this instead.
Scanning source code
Detected a Dockerfile app
Creating app in /home/stefannovak/Projects/Personal/Medium/rabbit
We're about to launch your app on Fly.io. Here's what you're getting:
Organization: Stefan Novak (fly launch defaults to the personal org)
Name: patient-frost-2393 (derived from your directory name)
Region: London, United Kingdom (this is the fastest region for you)
App Machines: shared-cpu-1x, 1GB RAM (most apps need about 1GB of RAM)
Postgres: <none> (not requested)
Redis: <none> (not requested)
? Do you want to tweak these settings before proceeding? (y/N)
Selecting Yes takes me to a nice new web page I’ve not seen before. I wouldn’t have a problem with it all except that I can’t stop this from automatically deploying which is not what I want. I want to modify the fly.toml file first.
Did something change?
Cheers