-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.vagrant.config.yml.dist
54 lines (51 loc) · 1.94 KB
/
.vagrant.config.yml.dist
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
vm:
name: Wedding Manuele Robine
cpus: 4
memory: 4096
network:
# Hostname and IP for local box: IP must be changed if multiple VMs are
# running on the same host. Leave IP empty to dynamically assign one via
# DHCP -- however, the Hostsupdater will not work then
# IP range "192.168.56.1 - 192.168.63.254" is allowed. (Don't use .1 in case
# it's used by a router.
ip: 192.168.58.2
# Use .test TLD for local development, and specifically not .local on macOS
# since conflicts with Bonjour can lead to performance issues(opens new window).
# Note: Using a dash "-" in the hostname, might not make it accessible
hostname: wedding-manuele-robine.test
aliases:
- 'api.wedding-manuele-robine.test'
- 'traefik.wedding-manuele-robine.test'
- 'phpmyadmin.wedding-manuele-robine.test'
- 'mailpit.wedding-manuele-robine.test'
- 'minio.wedding-manuele-robine.test'
ssh:
forward_agent: true
folder:
# Enter "nfs", "rsync" or "smb" here. Both work on Mac. NFS folders do not work on
# Windows hosts. Vagrant will ignore your request for NFS synced folders on
# Windows.
# To avoid having to enter sudo password every time you run vagrant up,
# follow guide on:
# https://www.vagrantup.com/docs/synced-folders/nfs#root-privilege-requirement
# If there is an error with NFS (Connection reset by peer), you can try to run
# `sudo nfsd update` after the error, manually shutdown the VM and run `vagrant up`
type: 'nfs'
rsync:
# The following directories are not synchronized via Rsync. Only used if
# shared_folder_type = "rsync"
exclude:
- '.git/'
- '.idea/'
- '.vscode/'
- 'api/var/cache/*'
- 'api/var/logs/*'
- 'api/var/sessions/*'
- 'api/vendor/*'
- 'pwa/node_modules/*'
- 'pwa/build/*'
# If you want to use SMB, set the type to "smb" and uncomment the following
# lines and fill in your Windows User credentials.
#smb:
# username:
# password: