Right, the instructions mentioned in your other thread should have resulted in your Ollama app having both a Flycast address and an [http_service]
block in its fly.toml
, which should be enough to make it reachable from all your other Fly.io machines.
Try the curl
test that @TheXe (wisely) included. (You should use the default port 80 here, not the more intuitive internal_port
.)
Hope this helps a little!
Note: Commands preceded by an octothorpe/number-sign (#
) prompt in the first column execute within the temporary machine that fly machine run
created. Thus, they have access to the internal network—without additional fiddling.
Note2: Also, obviously replace xe-ollama
with your own Ollama name, .