Created
July 26, 2014 18:28
-
-
Save just3ws/2df95cbeb113427597da to your computer and use it in GitHub Desktop.
Coderwall Custom Developer Configuration for Vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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