-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP:MacOS shared folder config + cached option #38
base: master
Are you sure you want to change the base?
WIP:MacOS shared folder config + cached option #38
Conversation
restart: always | ||
networks: | ||
- front | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here better to add then override for ports of mailhog too.
ports: - "8025:8025"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep Macos needs portmapping, better to add it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found only 2 issues: naming of mysql var & expose port for mailhog
.env.default
Outdated
@@ -6,3 +6,4 @@ SITE_NAME=Site name | |||
COMPOSER_REQUIRE=solarium/solarium:3.6.* | |||
PROJECT_INSTALL= | |||
PHP_VERSION=7.1 | |||
SHARED_FOLDER=/dev/shm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please give it better name a-la MYSQL_DATA_DIR
restart: always | ||
networks: | ||
- front | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep Macos needs portmapping, better to add it here
In .env file we have also we have OS-detection and it can be used to handle os-specific tasks |
Two things done here: