Skip to content

Instantly share code, notes, and snippets.

@bigdawggi
Created September 29, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigdawggi/6eff86e8a6b77993208b to your computer and use it in GitHub Desktop.
Save bigdawggi/6eff86e8a6b77993208b to your computer and use it in GitHub Desktop.
Homestead YAML
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/web
to: /home/vagrant/web
sites:
- map: gearhawk.dev
to: /home/vagrant/web/gearhawk.dev/html
- map: gearhawk5.dev
to: /home/vagrant/web/gearhawk5.dev/public
- map: laravel.dev
to: /home/vagrant/web/laravel.dev/public
databases:
- homestead
- dod
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment