Hello, I’m looking for a free docker-compose hosting (Vm?) to host my portoflio projects. I’m interested in testing the platform and using it in future for my clients, but for now I wish to have very small docker apps run for free, is it possibile ?
It used to be possible on the legacy Hobby plan, but that’s no longer available. However, depending on how much traffic your apps get, it can be nearly free, because your machines can auto-stop when not required.
Fly doesn’t use Docker under the hood, so there’s no daemon available to run docker compose. You can ship one in your deployment to make this possible (or you can use daemonless podman compose).
Another option is to convert your compose configuration to fly.toml
configs. In the cases I’ve seen so far, it’s been straightforward translation.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.