autopilotpattern / wordpress

A robust and highly-scalable implementation of WordPress in Docker using the Autopilot Pattern
GNU General Public License v2.0
158 stars 41 forks source link

Add placement (anti-)affinity #21

Closed misterbisson closed 8 years ago

misterbisson commented 8 years ago

Adds anti-affinity filters to the Compose file that are intended to help distribute the application components across different nodes. This is a soft filter, so provisioning won't fail if the filter can't be satisfied.

tgross commented 8 years ago

LGTM