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
I'd be happy to help contribute documentation on what I'm about to ask (I write quite a bit for a living), but need some guidance first on the most current/recommended way to communicate between two servers. Suppose you have Postgres on server A and an app on server B? What's the easiest/fastest/most bulletproof "Coolify way" to set this up?
Cloudflare tunnels are an option but the documentation seems to mostly focus on getting remote access e.g. to a server on a home or private LAN that you want to get to elsewhere. The docs don't really cover server-to-server comms.
Traefik as a proxy can do all kinds of wonderful things but at least IMO it's a more advanced concept for most. I'm not sure this is the best place for a newbie to start...
Obviously you have SaaS options like if you're in AWS cloud, you have the usual VPC mechanisms you would have with any other app. But they're vendor-specific and don't apply to all the cases where you can use Coolify.
Tailscale is an interesting option - it's really easy to set up, and addresses both server-to-server and admin-workstation-to-server needs. But it's not mentioned anywhere in the docs yet, so I'm not sure if it's really what the core maintainers want to recommend.
Ideally, what I'd like to achieve (and be happy to help document) is the simplest path to:
Set up Coolify on two servers.
Deploy app on A and postgres on B.
Add XYZ config, resource, or extra package and allow A to securely find and connect to B, a-la AWS Service Discovery, the way Docker Compose "services" work, or similar.
Any input would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Just trying to keep this alive, it looks like the Docker Swarm option plus Cloudflare tunnels might be the best way to start for a lot of cases? It's not trivial to set up but...
I'd be happy to help contribute documentation on what I'm about to ask (I write quite a bit for a living), but need some guidance first on the most current/recommended way to communicate between two servers. Suppose you have Postgres on server A and an app on server B? What's the easiest/fastest/most bulletproof "Coolify way" to set this up?
Cloudflare tunnels are an option but the documentation seems to mostly focus on getting remote access e.g. to a server on a home or private LAN that you want to get to elsewhere. The docs don't really cover server-to-server comms.
Traefik as a proxy can do all kinds of wonderful things but at least IMO it's a more advanced concept for most. I'm not sure this is the best place for a newbie to start...
Obviously you have SaaS options like if you're in AWS cloud, you have the usual VPC mechanisms you would have with any other app. But they're vendor-specific and don't apply to all the cases where you can use Coolify.
Tailscale is an interesting option - it's really easy to set up, and addresses both server-to-server and admin-workstation-to-server needs. But it's not mentioned anywhere in the docs yet, so I'm not sure if it's really what the core maintainers want to recommend.
Ideally, what I'd like to achieve (and be happy to help document) is the simplest path to:
Any input would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: