-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c676840
commit d6e3def
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d6e3def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the default network must always be specified, or there could be unexpected errors!
d6e3def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@linuxbandit it's also not specified in core, I've took the reference from there. But anyway, we're not running it standalone except for tests, so it shouldn't be an issue right?
d6e3def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wtf i replied via email and it's not here!
d6e3def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here: That's exactly the problem, in standalone we don't care what is the default network, but when we have to make all of them join the default one we need it.
I suggest that for the best, state-of-the-art docker-compose manifests you check on github.com/aegee/myaegee because there I have straightened all the little imperfections (for instance, it's better to quote everything, etc etc)
d6e3def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, can you make a task to add the default network to all docker-compose.yml files and assign it to me? as I've removed all of them :D
need to update the CircleCI config so it wouldn't break because of non-existant network