Replies: 3 comments 13 replies
-
|
@gunhaxxor the services that need to 'communicate' with each other need to be in the same docker network. so say you have 3 different compose files, but only need 1 service from each to communicate, you would add a new network, and add those 3 to the same network as well as their initial ones you can also do this in coolify ui using the destinations (this is just an alias for a docker network) |
Beta Was this translation helpful? Give feedback.
-
|
@gunhaxxor - did you find a solution ? |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible to create a network architecture where:
Current Issue: Additionally, databases created in Coolify automatically join the destination network - they don't get their own isolated network. Security Concern: Questions:
My Current Environment: Coolify v4.0.0-beta.460 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a convenient way to make resources able to reach each other within a project?
I have successfully been able to communicate between services within a resource (a docker compose deployment), but in my current use case it would be slightly inconvenient to put all my services in the same compose deployment.
How can one resource access another resource, without exposing them on the host (ie exposing them to the public internet)
Thankful for any advice!
Beta Was this translation helpful? Give feedback.
All reactions