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
Its doesn't appear to be possibly to link 2 containers which use different aliases to the same container via clocker yaml, for example this compose has 2 containers connecting to the same db, but they are implemented expecting different aliases.
We can't currently support this in Clocker as the alias is instead pulled from the entity being connected to via the ContainerName and as such can only be set to one value so only one of the connecting containers can be satisfied.
Perhaps switching docker.container.links from a list to a map of ' alias: targetEntity'? wdyt @grkvlt ?
The text was updated successfully, but these errors were encountered:
It should also resolve the current problem using containerName where you're limited to only one occurrence of that entity as we should be able to switch to using randomly generated unique container names only.
Its doesn't appear to be possibly to link 2 containers which use different aliases to the same container via clocker yaml, for example this compose has 2 containers connecting to the same db, but they are implemented expecting different aliases.
We can't currently support this in Clocker as the alias is instead pulled from the entity being connected to via the
ContainerName
and as such can only be set to one value so only one of the connecting containers can be satisfied.Perhaps switching
docker.container.links
from a list to a map of ' alias: targetEntity'? wdyt @grkvlt ?The text was updated successfully, but these errors were encountered: