premiers tests ok
This commit is contained in:
48
Homestead.yaml.example
Normal file
48
Homestead.yaml.example
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
ip: "192.168.56.56"
|
||||
memory: 2048
|
||||
cpus: 2
|
||||
provider: virtualbox
|
||||
|
||||
authorize: ~/.ssh/id_rsa.pub
|
||||
|
||||
keys:
|
||||
- ~/.ssh/id_rsa
|
||||
|
||||
folders:
|
||||
- map: ~/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
|
||||
- influxdb: 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
|
Reference in New Issue
Block a user