Skip to content

Instantly share code, notes, and snippets.

@auser
Forked from mikewadhera/gist:95529
Created April 15, 2009 01:17
Show Gist options
  • Save auser/95533 to your computer and use it in GitHub Desktop.
Save auser/95533 to your computer and use it in GitHub Desktop.
pool :involver_rails do
cloud :nginx do
instances 2..2 # binds against 2 elastic IPs
has_package "nginx"
bind_to :app
end
cloud :app do
instances 2..12
end
cloud :db do
mysql do
...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment