-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Convert app to use Compose file 2 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Nice! The next Compose RC will refuse to run this because the volumes:
myvolume: |
@aanand thanks! how come that is required? |
0216a95
to
a51fd76
Compare
For one thing, mistyped volume names would otherwise result in the silent creation of a volume with the wrong name, which would lead to some pretty unpleasant behaviour in apps where named volumes are shared. |
@@ -0,0 +1,36 @@ | |||
version: 2 |
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.
This needs to be version: "2"
the version is a string
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.
thanks!
Signed-off-by: Ben Firshman <[email protected]>
The separate vote-apps directory was because networking didn't used to support aliases to remove the project name. Signed-off-by: Ben Firshman <[email protected]>
a51fd76
to
878cdeb
Compare
Signed-off-by: Dave Tucker <[email protected]>
Convert app to use Compose file 2
Add Server Schema & Skeletal Resolver
General updates and improvements
If looks good I will merge on release of Compose 1.6.
/cc @aanand @mgoelzer