You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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