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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm using cue to generate a docker compose file for multiple "stacks" but I'm having issues when I try to transform them to compose services.
This works as expected:
But if I want all services in a stack to share a network by default by adding something like this:
It breaks with these errors:
And it works again if I remove these lines:
I recently found a workaround but I don't see the differences with the previous solution:
What am I missing? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions