Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ---
  2. ip: "192.168.10.10"
  3. memory: 2048
  4. cpus: 2
  5. provider: virtualbox
  6.  
  7. authorize: ~/.ssh/id_rsa.pub
  8.  
  9. keys:
  10. - ~/.ssh/id_rsa
  11.  
  12. folders:
  13. - map: ~/Sites
  14. to: /home/vagrant/code/
  15.  
  16. sites:
  17. - map: site.test
  18. to: /home/vagrant/code/site/public
  19. php: "7.4"
  20.  
  21. databases:
  22. - homestead
  23.  
  24. features:
  25. - mysql: true
  26. - mariadb: false
  27. - postgresql: false
  28. - ohmyzsh: false
  29. - webdriver: false
  30.  
  31. services:
  32. - enabled:
  33. - "mysql"
  34. # - disabled:
  35. # - "postgresql@11-main"
  36.  
  37. #ports:
  38. # - send: 33060 # MySQL/MariaDB
  39. # to: 3306
  40. # - send: 4040
  41. # to: 4040
  42. # - send: 54320 # PostgreSQL
  43. # to: 5432
  44. # - send: 8025 # Mailhog
  45. # to: 8025
  46. # - send: 9600
  47. # to: 9600
  48. # - send: 27017
  49. # to: 27017
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement