Last active
July 27, 2019 13:00
-
-
Save malkafly/fd6f135ace8c87a6bb5f21ab595c24f3 to your computer and use it in GitHub Desktop.
Homestead Arquitecasa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
ip: "192.168.10.10" | |
memory: 2048 | |
cpus: 1 | |
provider: virtualbox | |
mongodb: true | |
authorize: ~/.ssh/id_rsa.pub | |
keys: | |
- ~/.ssh/id_rsa | |
folders: | |
- map: ~/apps/casas-de-shows | |
to: /home/vagrant/casas-de-shows | |
- map: ~/apps/painel-da-loja/paineldaloja | |
to: /home/vagrant/paineldaloja | |
- map: ~/apps/painel-da-loja/wordpress | |
to: /home/vagrant/wp-paineldaloja | |
- map: ~/apps/arquitecasa/arquitecasa-api | |
to: /home/vagrant/arquitecasa-api | |
- map: ~/apps/arquitecasa/arqwebapp3 | |
to: /home/vagrant/arqwebapp3 | |
- map: ~/apps/arquitecasa/wordpress | |
to: /home/vagrant/arquitecasa-wp | |
- map: ~/apps/arquitecasa/quiz | |
to: /home/vagrant/quiz | |
- map: ~/projetos/a4l/ | |
to: /home/vagrant/a4l | |
- map: ~/apps/hibike-stack/hibike/ | |
to: /home/vagrant/hibike | |
- map: ~/apps/hibike-stack/wordpress/ | |
to: /home/vagrant/wphibike | |
- map: ~/apps/freelas/aKompas | |
to: /home/vagrant/akompas | |
sites: | |
- map: api.arquitecasa.dev.br | |
to: /home/vagrant/arquitecasa-api/public | |
php: "7.2" | |
- map: arquitecasa.dev.br | |
to: /home/vagrant/arquitecasa-wp | |
php: "7.2" | |
- map: pro.arquitecasa.dev.br | |
to: /home/vagrant/arqwebapp3/public | |
php: "7.2" | |
- map: faturas.arquitecasa.dev.br | |
to: /home/vagrant/arqwebapp3/public | |
php: "7.2" | |
- map: app.arquitecasa.dev.br | |
to: /home/vagrant/arqwebapp3/public | |
php: "7.2" | |
- map: quiz.arquitecasa.dev.br | |
to: /home/vagrant/quiz/public | |
php: "7.2" | |
- map: paineldaloja.dev.br | |
to: /home/vagrant/wp-paineldaloja | |
php: "7.2" | |
- map: app.paineldaloja.dev.br | |
to: /home/vagrant/paineldaloja/public | |
php: "7.2" | |
- map: faturas.paineldaloja.dev.br | |
to: /home/vagrant/paineldaloja/public | |
php: "7.2" | |
- map: akompas.dev.br | |
to: /home/vagrant/akompas/public | |
php: "7.2" | |
- map: casasdeshows.dev.br | |
to: /home/vagrant/casas-de-shows/public | |
php: "7.2" | |
- map: a4l.dev.br | |
to: /home/vagrant/a4l/public | |
php: "7.2" | |
- map: hibike.dev.br | |
to: /home/vagrant/wphibike | |
php: "7.2" | |
- map: api.hibike.dev.br | |
to: /home/vagrant/hibike/public | |
php: "7.2" | |
- map: pro.hibike.dev.br | |
to: /home/vagrant/hibike/public | |
php: "7.2" | |
- map: app.hibike.dev.br | |
to: /home/vagrant/hibike/public | |
php: "7.2" | |
databases: | |
- arquitecasa3 | |
- paineldaloja | |
- casasdeshows | |
- wp_arquitecasa | |
- wp_paineldaloja | |
- quiz | |
- a4l | |
- hibike | |
- wp_hibike | |
# ports: | |
# - send: 50000 | |
# to: 5000 | |
# - send: 7777 | |
# to: 777 | |
# protocol: udp | |
# blackfire: | |
# - id: foo | |
# token: bar | |
# client-id: foo | |
# client-token: bar | |
# zray: | |
# If you've already freely registered Z-Ray, you can place the token here. | |
# - email: [email protected] | |
# token: foo | |
# Don't forget to ensure that you have 'zray: "true"' for your site. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment