-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Dependencies
Jakob Ackermann edited this page Jun 13, 2024
·
36 revisions
Overleaf currently supports the following versions of dependencies:
- Docker 23.0, 24.0, 25.0, 26
- MongoDB 5.0
- Redis 6
docker-compose
is generally installed with Docker via the docker-compose-plugin
package.
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 plugin (v2)
docker compose version
# legacy docker-compose (v1)
docker-compose --version
docker ps
The Overleaf Toolkit includes a handy bin/doctor
script that produces a report pointing to any unfulfilled dependency.
- Quickstart Guide (Overleaf Toolkit)
- Hardware Requirements
- Database & Dependencies
- Creating and managing users
- General configuration
- Configuring Email
- SSL & Nginx reverse proxy
- Data and Backups
- Configuring Headers, Footers & Logo
- Password Restrictions
- i18n Languages
- Logging
- Common Config Options
- F.A.Q
- Troubleshooting
- Full Project History Migration