Skip to content

Instantly share code, notes, and snippets.

@squatto
Created October 24, 2018 21:07
Show Gist options
  • Save squatto/fd2d21dab4604ba7b3e07f7e40bf903d to your computer and use it in GitHub Desktop.
Save squatto/fd2d21dab4604ba7b3e07f7e40bf903d to your computer and use it in GitHub Desktop.
Airtime local Homestead.yaml
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/dev
to: /home/vagrant/dev
type: "nfs"
sites:
- map: portal.helloairtime.local
to: /home/vagrant/dev/AirtimeLabs/CustomerPortal/public
php: "7.1"
- map: api.helloairtime.local
to: /home/vagrant/dev/AirtimeLabs/API
php: "7.1"
databases:
- homestead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment