-
-
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
Devilbox Release v1.0.0 #416
Conversation
a835e7b
to
834b081
Compare
What a good new ! |
@llaville thanks for the info. I've altered it to their standard. |
a03ac6b
to
58e3c9d
Compare
58e3c9d
to
94c54a2
Compare
224de4a
to
11f861e
Compare
963049f
to
11bb639
Compare
bf50d2b
to
937e80a
Compare
Hi, I am trying this branch and getting this error:
I have deleted all the images, container , volumes. I have also checked if the port is in used (There are not) But changing the DNS port to 53 works. |
2a7f335
to
c92541f
Compare
@cytopia I tried 1050, 1051, 1052 and 1049 ports. Same result. (on 12th Feb) |
|
@az09asdf I have a strong feeling that this might have been related to a Nginx configuration change. Do you get an error like this: |
@vikas5914 one thing I can suggest is to fully clean everything: # Stop Devilbox and remove its stopped container
docker-compose stop
docker-compose rm -f
# Stop and remove all other container
docker ps -q | xargs docker stop
docker ps -qa | xargs docker rm Then make sure that your |
Commenting
|
Yes you can still overwrite this value if you are on a different context: http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size It currently has been set on the
The actual issue that has information on why this was set (to |
I will postpone the planned merge until the current issues for Mac and MySQL are investigated. I would rather prioritize stability over features. |
I removed everything (images, volume, network and Devil) and tried again, it worked. |
@vikas5914 just in time :-) The freeze is removed, issue in question (#542) has been resolved |
Devilbox Release v1.0.0
READFIRST
This branch is constantly being rebased from
master
until final merge, therefore requires git force pushing. So how to update changes from this branch:Then you will have to ensure to remove container before starting them up again:
IMPORTANT
When using this branch, you will loose all you current data for MySQL, PostgreSQL and MongoDB, so ensure to make a backup first.
Once you have backed up everything, start the Devilbox from this branch and import your data.
DOCUMENTATION
Documentation for this release is available here: https://devilbox.readthedocs.io/en/release-v1.0.0/
DESCRIPTION
This will be the first stable release of the Devilbox.
Features
PR's:
Internal DNS and Auto DNS separation: WIP: Release v1.2.0: Auto DNS (breaking changes) #411: moved to Milestone 1.1Issues:
Notable readings