Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@khalwat khalwat released this 18 Mar 02:05
· 196 commits to develop since this release

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
  • Significantly increased startup times via a npm_install.sh script that only runs npm install at container startup time if package-lock.json or node_modules/ is missing

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
  • refactor: Remove tty: true which causes console output to not appear in Docker Composer API 2.3.0. ref: docker/compose#9288