Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 18, 2022
2 parents f77e6c0 + fd9415a commit 4bc79d1
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 186 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# nystudio107/matrixfacades Change Log

## 1.0.3 - 2022.03.17
### Changed

### Added
* Significantly increased startup times via a `composer_install.sh` script that only runs `composer install` at container startup time if `composer.lock` or `vendor/` is missing
* Run migrations / project config changes via the `run_queue.sh` script, only after the db container responds

### Changed
* Added a `sleep 60` in the `run_queue.sh` containers, so they don't run the "keepalive" script until the other containers have started

## 1.0.2 - 2022.02.11

### Changed
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ quit PhpStorm or stop it from listening for Xdebug during the initial build.
http://localhost:8888
```

The first time you do `make dev` it will be slow, because it has to build all of the Docker images.
The first time you do `make dev` it will be slow, because it has to build all the Docker images.

Subsequent `make dev` commands will be much faster, but still a little slow because we intentionally do
a `composer install` to keep our dependencies in sync.
Subsequent `make dev` commands will be much faster..

Wait until you see the following to indicate that the PHP container is ready:

Expand Down
Loading

0 comments on commit 4bc79d1

Please sign in to comment.