Hi @kurt, Supabase on Fly leveraging fly’s high availability postgres cluster would be amazing, but I am really curious how you would accomplish this?
The Supabase architecture leverages docker-compose which fly.io doesn’t support.
So one would need to rewrite this docker compose as a single docker file using a Procfile to run the various services on a single instance, or load the various services as separate processes, correct?