forked from docker/compose
-
Notifications
You must be signed in to change notification settings - Fork 0
1.2.0 Milestone Project Page
Amy Lindburg edited this page Apr 14, 2015
·
17 revisions
Services can share configuration using the extends
keyword, which can be used to factor out common configuration between apps or configure the same app for multiple environments.
-
extends
- #1088
When using Compose with a Swarm cluster, containers that are dependent on one another (e.g. through links
, volumes_from
or net: container
) are scheduled on the same host, meaning most apps will now work out of the box.
- Make Swarm schedule containers on the same node when they are linked together - #972
- 03/22/2015 - Code Freeze
- 04/07/2015 - Release
(30 Mar 2015 - 10 Apr 2015)
- Release Compose 1.2.0
- TODO -- define starting points for the Compose 1.3.0 Release Goals