add config for vagrant

This commit is contained in:
jenoh
2020-06-29 14:53:51 +02:00
parent 87ab64b052
commit 1695e42b31
3 changed files with 28 additions and 2 deletions

26
Homestead.yaml.example Normal file
View File

@ -0,0 +1,26 @@
ip: 192.168.10.16
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
-
map: /home/jenoh/data/CA_LARAVEL
to: /home/vagrant/code
sites:
-
map: homestead.test
to: /home/vagrant/code/public
databases:
- homestead
features:
-
mariadb: false
-
ohmyzsh: false
-
webdriver: false
name: ca-laravel
hostname: ca-laravel