Create complex, beautifully formatted documents with an online LaTeX editor designed for collaboration. Get started instantly with no downloads or setup required, making it accessible for everyone, regardless of their LaTeX experience. The unique dual-editor allows you to work in a Visual Editor for easy formatting or switch seamlessly to the Code Editor for full control.
This platform is purpose-built for scientific and technical writing, helping you produce professional work with ease. Key features include:
services:
sharelatex:
image: sharelatex/sharelatex:latest
container_name: sharelatex
restart: always
depends_on:
- mongo
- redis
ports:
- "80:80"
volumes:
- ./sharelatex-data:/var/lib/sharelatex
environment:
SHARELATEX_MONGO_URL: mongodb://mongo/sharelatex
SHARELATEX_REDIS_HOST: redis
REDIS_HOST: redis
SHARELATEX_APP_NAME: Overleaf Community Edition
SHARELATEX_NAV_TITLE: Overleaf Community Edition
SHARELATEX_ADMIN_EMAIL: ${ADMIN_EMAIL}
SHARELATEX_SESSION_SECRET: ${SESSION_SECRET}
mongo:
image: mongo:4.4
container_name: mongo
restart: always
volumes:
- ./mongo-data:/data/db
redis:
image: redis:6
container_name: redis
restart: always
volumes:
- ./redis-data:/dataADMIN_EMAIL=admin@example.com
SESSION_SECRET=your_super_secret_session_key_hereAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago