-
-
Notifications
You must be signed in to change notification settings - Fork 654
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: Feature: docker-sync #535
base: master
Are you sure you want to change the base?
Conversation
4e9b2ce
to
e8237c3
Compare
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.
Looks good.
Running
I tried installing python 3, using Your changes on the pull request are working, but I'm not experiencing any increased loading speeds with a TYPO3/database site hosted in devilbox. TTFB is pending between 16 seconds and 1 minute. I guess the bottleneck is here the MySQL server/client. |
Hi guys, any ETA for this PR to be merged into master or should we just use the commit |
any news on this PR? gonna try with last version of devilbox. |
Hi Every one, When I googled on some machine that are fast, I get this one: https://github.com/ModestCoders/magento2-dockergento I realy like to work with devilbox so my need is to synchronize juste some folder as they descirbe on the link above. Someone workt on Magento before in devil box ? |
docker-sync
GOAL
Run the Devilbox at acceptable performance on MacOS and Windows. (Ignore this PR for Linux)
DESCRIPTION
This PR adds docker-sync support to the Devilbox.
How to use it:
1. Requirements
1.1 MacOS
1.2 Windows
https://docker-sync.readthedocs.io/en/latest/getting-started/installation.html
2. Start
Stop and clean your stack first
# Clean docker-compose stop docker-compose rm
Start docker-sync (and wait until it finishes successfully):
Start the Devilbox as usual
docker-compose up php httpd bind
3. Stop
docker-compose stop
docker-compose rm
docker-sync stop