Skip to content

Instantly share code, notes, and snippets.

@sebastiaanluca
Created December 5, 2018 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastiaanluca/7f6442b1a09721563becdcaea0b68815 to your computer and use it in GitHub Desktop.
Save sebastiaanluca/7f6442b1a09721563becdcaea0b68815 to your computer and use it in GitHub Desktop.
provider: virtualbox
memory: 8192
cpus: 4
name: project
hostname: local1.project.com.test
ip: 192.168.116.20
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: .
to: /vagrant
type: nfs
mount_options: ['vers=3', 'rw', 'tcp', 'fsc', 'actimeo=2', 'nolock', 'noatime']
sites:
- map: www.project.com.test
to: /vagrant/public
php: '7.2'
databases:
- project
- project_test
- project_dusk
ports:
# Mailhog
- send: 8025
to: 8025
# Minio
- send: 9100
to: 9100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment