Created
January 7, 2023 18:41
-
-
Save csaba215/b96e63377835db50e0cb7cae14047ebf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
ip: "192.168.56.56" | |
memory: 2048 | |
cpus: 2 | |
provider: libvirt | |
box: csaba215/homestead | |
version: 14.0.0 | |
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: | |
- mysql: true | |
- 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 # Mailhog | |
to: 8025 | |
# - send: 9600 | |
# to: 9600 | |
# - send: 27017 | |
# to: 27017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment