-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomestead.yaml
38 lines (29 loc) · 912 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
# What IP should be used for virtual server?
ip: "192.168.56.17"
# How many memory should be used for virtual server?
memory: 3000
# How much CPU cores should be used for virtual server?
cpus: 2
# What provider should be used for virtual server?
# Possible values: virtualbox, hyperv, vmware_desktop, parallels
provider: virtualbox
# Virtual domain that would be used when server is working
name: impresscms.test
# Path to your public SSH key
authorize: ~/.ssh/id_rsa.pub
# Paths to keys that needs to be added to virtual machine environment
keys:
- ~/.ssh/id_rsa
# Folders that should be mapped between host and guest
folders:
- map: ./impresscms/
to: /home/vagrant/impresscms
# Site paths that will be available
sites:
- map: impresscms.test
to: /home/vagrant/impresscms/htdocs
type: apache
php: "7.2"
# Databases that will be available on this machine
databases:
- impresscms