Skip to content

Instantly share code, notes, and snippets.

View olegario96's full-sized avatar
🏠
Working from home

Gustavo Figueira Olegário olegario96

🏠
Working from home
  • Ubiminds
  • Florianópolis
View GitHub Profile
@olegario96
olegario96 / gist:814f0723da630d152430e65a4c8e8b74
Last active March 27, 2018 02:57
Vagrantfile for infra VM
VAGRANTFILE_API_VERSION = '2'
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'olegario/infra-17.10'
config.ssh.insert_key = false # linha obrigatória para Windows
config.vm.provider "virtualbox"do |vb|
vb.customize ["modifyvm", :id, "--memory", 2048]
end
config.vm.network :forwarded_port, guest: 9292, host: 9292 # rack