Skip to content

Releases: ho-nl/docker-development-box

v5.0.2

18 Dec 12:58

Choose a tag to compare

5.0.2 (2025-12-18)

Fixes

  • prevent too large request uri error (17026b0)

v5.0.1

06 Aug 13:15
45b2029

Choose a tag to compare

  • Remove deprecated version specifier from example docker-compose.yml

v5.0.0

06 Aug 11:15
8f2cdd8

Choose a tag to compare

What's Changed

  • Update docker-compose.example.yml to use MySQL instead of Percona by @hnsr in #147
  • Remove NFS volumes for MySQL and ElasticSearch by @hnsr in #150
  • Add config for disabling sales e-mail async sending by @hnsr in #151
  • Update docker-compose.example.yml by @hnsr in #152
  • Remove nfs and cleanup readme by @hnsr in #153

Updating existing projects

When updating a project (that is already using docker-devbox) to this version (5.x) which includes the new volume setup, developers should be instructed to do the following when pulling these changes:

Optional steps (skip unless you need to preserve local DB):

  • Stay on old commit (before docker-compose.yml was updated)
  • Dump local MySQL DB (if needed)

Non-optional steps:

  • Stop docker compose
  • Update to latest commit (after docker-composer.yml was updated)
  • Remove pre-existing NFS mounted volumes (substitute $PROJECT with project name, see docker volume ls):
    • docker volume rm $PROJECT_mysql-mount
    • docker volume rm $PROJECT_elasticsearch-mount
    • docker volume rm $PROJECT_nginx-mount
  • Start docker compose
  • Re-import MySQL DB

Full Changelog: v4.4.0...v5.0.0

v4.4.0

01 Jul 09:25
81cea2b

Choose a tag to compare

Merge pull request #145 from ho-nl/support-php-8.4

Add PHP 8.3+8.4 support

v4.3.2

04 Feb 11:07

Choose a tag to compare

4.3.2 (2025-02-04)

Fixes

  • move rank of nginx-frontend.conf to prevent it not being created if other mappings fail (7f85273)
  • update mapping to prevent failing on missing docker-compose.yml file (d8dddb4)

v4.3.1

03 Feb 08:42
30b8b6a

Choose a tag to compare

What's Changed

  • Disable ngrok by default: #143

Full Changelog: v4.3.0...v4.3.1

v4.3.0

10 Jan 15:13
daca8ab

Choose a tag to compare

Merge pull request #140 from ho-nl/feature/BM-221

BM-221 replace mailhog with mailcrab

v4.2.0

16 Jul 09:44
24f6e61

Choose a tag to compare

  • Updated varnish VCL to latest Magento 2.4.7 version (should be backward compatible)
  • Renamed docker-compose.yml to docker-compose.example.yml to avoid accidentally reverting project-specific changes on package update
  • Removed 2.x branch and mentions of Magento 2.3.x support in the README
  • Simplified Mailhog setup instructions
  • Updated dependencies with security issues (dependabot)

4.1.1 (2023-11-22)

22 Nov 14:59
5223821

Choose a tag to compare

  • Document better way of setting up Mailhog e-mail delivery

v4.1.0

21 Nov 07:15

Choose a tag to compare

4.1.0 (2023-11-21)

Features

  • support multi-domain frontend dev setup (8f8966b)