Laravel_pc_lycee/Homestead.yaml

57 lines
860 B
YAML

---
ip: "192.168.56.56"
memory: 2048
cpus: 2
provider: virtualbox
# authorize: Path\id_rsa.pub
# keys:
# - Path\id_rsa
# folders:
# - map: Path\Code
# to: /home/vagrant/code
authorize: C:\Users\sio\.ssh\id_rsa.pub
keys:
- C:\Users\sio\.ssh\id_rsa
folders:
- map: C:\Users\sio\Desktop\Homestead\Code
to: /home/vagrant/code
sites:
- map: homestead.test
to: /home/vagrant/code/public
databases:
- homestead
features:
- mariadb: false
- postgresql: false
- ohmyzsh: false
- webdriver: false
services:
- enabled:
- "mysql"
# - disabled:
# - "postgresql@11-main"
# ports:
# - send: 33060 # MySQL/MariaDB
# to: 3306
# - send: 4040
# to: 4040
# - send: 54320 # PostgreSQL
# to: 5432
# - send: 8025 # Mailpit
# to: 8025
# - send: 9600
# to: 9600
# - send: 27017
# to: 27017