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
1. Navigate to the resource's management page over the **Projects** tab.
40
+
2. Go to **Resource Operations**
41
+
3. Select the destination
42
+
43
+
::: warning
44
+
Copying a resource to another destination will create a new instance of that resource. This will not move the resource or it's data but create a duplicate.
45
+
:::
46
+
47
+
### Service Stacks
48
+
49
+
Unlike applications or databases, service stacks are not by default connected to the assigned destination. This also includes applications using the [Docker Compose Build Pack](/builds/packs/docker-compose). Coolify creates an isolated network for each service stack, allowing you to run multiple instances of the same service on the same server without conflicts.
50
+
51
+
If you want to connect a service stack to a destination, enable [Connect to Predefined Networks](/knowledge-base/docker/compose#connect-to-predefined-networks) in it's settings. This allows the service stack to communicate with other resources on the same destination.
52
+
53
+
::: danger WARNING
54
+
Avoid defining network configurations directly in your service stack's `docker-compose.y[a]ml` and instead use Coolify's Destination settings to manage network connections. This could otherwise lead to undesired behavior, such as **Gateway Timeout** errors.
55
+
:::
56
+
29
57
## Best Practices
30
58
31
59
1.**Naming Convention**: Use descriptive names for destinations
0 commit comments