Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Last active August 22, 2017 10:01
Show Gist options
  • Save 0xnbk/ef211ee3568dc7543aa390d7c8d3810c to your computer and use it in GitHub Desktop.
Save 0xnbk/ef211ee3568dc7543aa390d7c8d3810c to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 8192
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Project
to: /home/vagrant/Code
sites:
- map: demo.server
to: /home/vagrant/Code/Project/Server/public
php: "7.0"
- map: demo.app
to: /home/vagrant/Code/Project/Frontend
databases:
- demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment