You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we just run nodes for emissary. Fly.io will scale them to zero as needed and also globally load balance them for us.
https://github.com/superfly/flyctl is the golang control that we can download locally and then we can reply the 2 dockers and we have a globally fault tolerant setup.
The text was updated successfully, but these errors were encountered:
I'm not familiar with fly.io, but it looks like a great solution. I have added digital ocean configs to Emissary, and would love to do the same for other providers if that helps people to get running. The end goal would be giving hosting companies the ability to 1-click install Emissary the same way they do with WordPress today.
There is a "production" Dockerfile in /.docker/prod-dockerfile that I'm currently using with Digital Ocean. (Incedentally, this includes the auto-download of ffmpeg, so there's that 🥸)
Would this file also work with fly.io? Or, are there other things we'd need to do to make it work with them?
makes it easy for devs and site owners to deploy.
Fly.io does NOT run docker compose, but instead runs docker files.
this is a working Mongo DB HA setup: https://github.com/lubien/mongo-template
this seems to work better: https://github.com/bogordesaincom/mongodb-fly so far..
Then we just run nodes for emissary. Fly.io will scale them to zero as needed and also globally load balance them for us.
https://github.com/superfly/flyctl is the golang control that we can download locally and then we can reply the 2 dockers and we have a globally fault tolerant setup.
The text was updated successfully, but these errors were encountered: