mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
GitLab 8.4.0 requires a working database connection while executing the `assets:precompile` raketask. As a result the execution of the rake task is postponed to execute at runtime with the assets cached in the data volume. This adds a noticable increase in the container startup time.