-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomestead.yaml
43 lines (43 loc) · 873 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
41
42
43
networks:
- type: "private_network"
ip: "192.168.56.23"
memory: 4096
cpus: 4
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
-
map: /Users/matt/Sites/mysites/omm.gothick.org.uk
to: /home/vagrant/code
sites:
-
map: omm.gothick.org.uk.local
to: /home/vagrant/code/public
php: "7.4"
databases:
- homestead
features:
-
mysql: true
-
mariadb: false
-
ohmyzsh: true
-
webdriver: false
name: omm-gothick-org-uk
hostname: omm-gothick-org-uk
ports:
# I've changed these from the Homestead defaults because they were
# clashing with Symfony local web server, especially send: 8000
# which is Symfony's default.
- send: 8198
to: 80
- send: 44303
to: 443
- send: 2244
to: 22
- send: 33060
to: 3306