Skip to content

Instantly share code, notes, and snippets.

@just3ws
Created July 26, 2014 18:28
Show Gist options
  • Save just3ws/2df95cbeb113427597da to your computer and use it in GitHub Desktop.
Save just3ws/2df95cbeb113427597da to your computer and use it in GitHub Desktop.
Coderwall Custom Developer Configuration for Vagrant
#
# This is a recommended settings if you use the `script/ide` Tmux configuration Coderwall development
#
# Custom Vagrant Settings [Example]
#
# This file allows the override of Vagrant settings.
# In order to use, create a copy named vagrant.yml
#
sync:
use_nfs: false
virtualbox:
cpus: 2
memory: 2048
network:
port_mappings:
rails: 3001
postgres: 2200
redis: 2201
elasticsearch: 9200
mongodb: 27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment