tvorova-tvornica / anagram-solver

This is repo of anagram solver, web app that solves celebrity anagrams
https://anagram-solver.fly.dev/
MIT License
0 stars 0 forks source link

Add fly.io configuration and deploy app to fly.io #7

Closed i-vukman closed 1 year ago

gnakic commented 1 year ago

It should rely on https://github.com/ChainsOfPower/anagram-solver/issues/6. Everything is done via fly's CLI. fly launch should generate a TOML file that should discover basic configuration settings from the Dockerfile, such as which ports are exposed. We can scale the app as needed, but a basic fly machine should be sufficient enough.