Skip to content

Instantly share code, notes, and snippets.

@hugoangeles0810
Created May 11, 2016 16:48
Show Gist options
  • Save hugoangeles0810/f408f16bec3bca1bddbc14789e34baa7 to your computer and use it in GitHub Desktop.
Save hugoangeles0810/f408f16bec3bca1bddbc14789e34baa7 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/repositorios/treca
to: /home/vagrant/Code/treca
sites:
- map: treca.dev
to: /home/vagrant/Code/treca/public
databases:
- treca_db
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
ports:
- send: 50000
to: 5000
# - send: 7777
# to: 777
# protocol: udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment