mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
41 lines
575 B
YAML
41 lines
575 B
YAML
---
|
|
ip: "192.168.10.10"
|
|
memory: 2048
|
|
cpus: 1
|
|
hostname: cachet
|
|
name: cachet
|
|
provider: virtualbox
|
|
|
|
authorize: ~/.ssh/id_rsa.pub
|
|
|
|
keys:
|
|
- ~/.ssh/id_rsa
|
|
|
|
folders:
|
|
- map: "/srv/www/Cachet"
|
|
to: "/home/vagrant/Cachet"
|
|
|
|
sites:
|
|
- map: homestead.app
|
|
to: "/home/vagrant/Cachet/public"
|
|
|
|
databases:
|
|
- cachet
|
|
|
|
variables:
|
|
- key: APP_ENV
|
|
value: local
|
|
|
|
# blackfire:
|
|
# - id: foo
|
|
# token: bar
|
|
# client-id: foo
|
|
# client-token: bar
|
|
|
|
# ports:
|
|
# - send: 93000
|
|
# to: 9300
|
|
# - send: 7777
|
|
# to: 777
|
|
# protocol: udp
|