aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/bootstrap.yaml
blob: 0877c506aaa523c42914dbb38a593f928a1d7044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
hostname: phpbb
name: phpbb
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: "."
      to: "/home/vagrant/phpbb"
      php: "7.2"

sites:
    - map: phpbb.app
      to: "/home/vagrant/phpbb/phpBB"
      type: apache

databases:
    - phpbb

# blackfire:
#     - id: foo
#       token: bar
#       client-id: foo
#       client-token: bar

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