Skip to content

Instantly share code, notes, and snippets.

@nutch31
Created June 20, 2019 02:42
Show Gist options
  • Save nutch31/79f5f87caabf64236e3be63a6eadefd8 to your computer and use it in GitHub Desktop.
Save nutch31/79f5f87caabf64236e3be63a6eadefd8 to your computer and use it in GitHub Desktop.

Revisions

  1. nutch31 created this gist Jun 20, 2019.
    24 changes: 24 additions & 0 deletions alpha.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    ip: "192.168.10.10"
    memory: 4096
    cpus: 1
    name: heroleads-homestead-vmbox
    hostname: heroleads.com
    provider: virtualbox

    authorize: ~/.ssh/id_rsa.pub

    keys:
    - ~/.ssh/id_rsa

    folders:
    - map: ../CoreDigitalMarkettingPlatform-BE
    to: /home/vagrant/CoreDigitalMarkettingPlatform-BE

    sites:
    - map: api.heroleads.com
    to: /home/vagrant/CoreDigitalMarkettingPlatform-BE/public
    php: "7.2"

    mongodb: true
    databases:
    - heroleads
    57 changes: 57 additions & 0 deletions nut.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,57 @@
    ---
    ip: "192.168.13.13"
    memory: 2048
    cpus: 1
    name: laravel-apps-homestead-vmbox
    provider: virtualbox

    authorize: ~/.ssh/id_rsa.pub

    keys:
    - ~/.ssh/id_rsa

    folders:
    - map: C:/laravel-apps
    to: /home/vagrant/code

    sites:
    - map: laravelwindows.local
    to: /home/vagrant/code/laravelwindows/public

    - map: leadservice.local
    to: /home/vagrant/code/LeadService/public
    php: "7.1"

    - map: tuawe.local
    to: /home/vagrant/code/tuawe/api/public
    php: "7.1"

    - map: passport.local
    to: /home/vagrant/code/Passport/public
    php: "7.1"

    - map: messageservice.local
    to: /home/vagrant/code/EmailService/public
    php: "7.1"

    - map: lumen.author.local
    to: /home/vagrant/code/Microservices-with-Lumen_Authors/public
    php: "7.1"

    - map: lumen.book.local
    to: /home/vagrant/code/Microservices-with-Lumen_Books/public
    php: "7.1"

    - map: lumen.gateway.local
    to: /home/vagrant/code/Microservices-with-Lumen_Gateway/public
    php: "7.1"

    databases:
    - homestead

    # ports:
    # - send: 50000
    # to: 5000
    # - send: 7777
    # to: 777
    # protocol: udp