Add homestead support
This commit is contained in:
parent
fa56165df6
commit
24fadc0cb2
5 changed files with 69 additions and 1 deletions
37
Homestead.yaml
Normal file
37
Homestead.yaml
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
ip: "192.168.10.10"
|
||||
memory: 512
|
||||
cpus: 1
|
||||
hostname: panel
|
||||
name: panel
|
||||
provider: virtualbox
|
||||
|
||||
authorize: ~/.ssh/id_rsa.pub
|
||||
|
||||
keys:
|
||||
- ~/.ssh/id_rsa
|
||||
|
||||
folders:
|
||||
- map: "/path/to/local/files"
|
||||
to: "/home/vagrant/panel"
|
||||
type: nfs
|
||||
|
||||
sites:
|
||||
- map: pterodactyl.app
|
||||
to: "/home/vagrant/panel/public"
|
||||
|
||||
databases:
|
||||
- homestead
|
||||
|
||||
# blackfire:
|
||||
# - id: foo
|
||||
# token: bar
|
||||
# client-id: foo
|
||||
# client-token: bar
|
||||
|
||||
# ports:
|
||||
# - send: 50000
|
||||
# to: 5000
|
||||
# - send: 7777
|
||||
# to: 777
|
||||
# protocol: udp
|
Reference in a new issue