Replies: 2 comments
-
Thanks for the feedback, we'd love to support Hetzner! The reason we haven't already is that they only really provide compute, whereas Encore supports (and will support) lots more advanced cloud services (relational databases, cron jobs, queues/pubsub, object storage, caching, etc). Since Hetzner doesn't provide these as managed services it's quite a bit trickier. We've been discussing how this could be made to work by using a cloud provider for these managed services, but Hetzner for compute. Is that what you would expect? Or how would you like this to work? |
Beta Was this translation helpful? Give feedback.
-
Use docker to run the db Instances. That’s what I currently do. Privisioning can be done by using Caddy with a docker tag so that whenever the docker image is updated , caddy will auto provision the instance . Cloud meta for knowing what’s and how many of everything is running can be done with Redis or Consul. You of course get service discovery also. I am guessing your running in cloud run with GCP for the developers actual golang server, but I don’t know . Is the orchestration latex of encore open source ? |
Beta Was this translation helpful? Give feedback.
-
I could not see how to deploy to my own servers . I use hertzner.
Would love to know what is required to try this out .
Beta Was this translation helpful? Give feedback.
All reactions