-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomestead.yaml
40 lines (40 loc) · 1016 Bytes
/
Homestead.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
ip: 192.168.10.10
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Users/mtaylor/Development/GIT/wmcp-laravel/src
to: /home/vagrant/code/src/
type: "rsync"
options:
rsync__args: ["--verbose", "--archive", "--delete", "-zz"]
rsync__exclude: ["node_modules"]
- map: /Users/mtaylor/Development/GIT/wmcp-laravel/api
to: /home/vagrant/code/api/
type: "rsync"
options:
rsync__args: ["--verbose", "--archive", "--delete", "-zz"]
rsync__exclude: ["node_modules"]
sites:
- map: wmcp-laravel.local
to: /home/vagrant/code/src/public
- map: wmcp-api.local
to: /home/vagrant/code/api/public
variables:
- key: APP_ENV
value: local
databases:
- homestead
features:
- mariadb: true
- ohmyzsh: false
- webdriver: true
- docker: true
- elasticsearch:
version: 7
- python: true
name: wmcp-laravel
hostname: wmcp-laravel