Guest User

Untitled

a guest
Oct 28th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. name: custom-project-name
  2.  
  3. proxy:
  4. appserver:
  5. - custom-project-name.local.vielhuber.de
  6.  
  7. services:
  8. appserver:
  9. type: php:7.2
  10. via: apache
  11. ssl: true
  12. database:
  13. type: mysql
  14. portforward: 3308
  15. creds:
  16. user: lamp
  17. password: lamp
  18. database: lamp
  19.  
  20. tooling:
  21. phpunit:
  22. service: appserver
  23. description: "Run PHP Unit tests: lando phpunit"
  24. composer:
  25. service: appserver
  26. description: Run composer commands
  27. cmd: composer --ansi
  28. php:
  29. service: appserver
  30. mysql:
  31. user: root
  32. service: database
  33. description: Drop into a MySQL shell
Add Comment
Please, Sign In to add comment