Skip to content

Instantly share code, notes, and snippets.

@bryantAXS
Created July 14, 2020 01:34
Show Gist options
  • Save bryantAXS/01142c95637d226b8d0e3e77a826cbb6 to your computer and use it in GitHub Desktop.
Save bryantAXS/01142c95637d226b8d0e3e77a826cbb6 to your computer and use it in GitHub Desktop.
A default Homestead.yaml file for your local dev environment.
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
backup: true
features:
- mariadb: true
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/vagrant/Code
type: nfs
- map: ~/Code/Homestead/setup
to: /home/vagrant/setup
type: nfs
sites:
- map: example.dev # Change this line
to: /home/vagrant/Code/website/web # Change this line
php: "7.1"
databases:
- craft_template
variables:
- key: APP_ENV
value: local
# 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