Skip to content

Dependencies

Miguel Serrano edited this page May 28, 2021 · 35 revisions

Overleaf currently support the following versions of dependencies:

  • Docker 19.03
  • MongoDB 4.0
  • Redis 5

docker-compose is generally installed with Docker.

MongoDB and Redis are automatically pulled by docker-compose when running Overleaf CE or Server Pro, unless configured to use a different installation.

Once docker is installed correctly, you should be able to run these commands without error:

docker --version
docker-compose --version
docker ps

The Overleaf Toolkit includes a handy bin/doctor script that produces a report pointing to any unfulfilled dependency.

Clone this wiki locally