Destinations define where to deploy your application, database, or service.
Destinations are helpful to create network separation from different applications
. Applications, databases, and services within the same network could communicate with each other.
It means all resources are deployed to the same server as Coolify is running on.
/var/run/docker.sock
- You cannot modify this.Allows you to use any kind of server as a destination endpoint.
You can have one Coolify instance as a control-plane/dashboard and deploy to unlimited number of remote servers.
The server needs to have:
public key
to .ssh/authorized_keys
file in the proper user’s home directory, recommended root
, but it can be any user who have access to Docker Engine
.private key
of the same SSH key added to the remote server in the Settings/SSH Keys
menu.