-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHomestead.yaml
75 lines (65 loc) · 1.44 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
ip: "192.168.10.10"
memory: 3072
cpus: 3
provider: virtualbox
backup: true
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: C:\xampp\htdocs
to: /home/vagrant/code
- map: C:\xampp8\htdocs
to: /home/vagrant/codephp80
- map: C:\xampp7.4\htdocs
to: /home/vagrant/codephp74
sites:
- map: homestead.local
to: /home/vagrant/code
php: "8.1"
# php: "8.0"
# schedule: true
# params:
# - key: APP_ENV
# value: local
- map: gescat-laravel.local
to: /home/vagrant/code/gescat-laravel/public
php: "8.1"
schedule: true
- map: phpmyadmin.local
to: /home/vagrant/codephp80/phpmyadmin
php: "8.0"
databases:
# - name: homestead
- name: gescat_laravel
- name: timbratore
#variables:
# - key: APP_ENV
# value: local
#features:
# - mysql: true
# - mariadb: false
# - postgresql: false
# - mongodb: false
# - ohmyzsh: false
# - webdriver: false
services:
- enabled:
- "php8.0-fpm"
# - "postgresql@12-main"
# - disabled:
# - "postgresql@11-main"
#ports:
# - send: 3306 # MySQL/MariaDB
# to: 33060
# - send: 4040
# to: 4040
# - send: 5432 # PostgreSQL
# to: 54320
# - send: 8025 # Mailhog
# to: 8025
# - send: 9600
# to: 9600
# - send: 27017
# to: 27017