Add TeX Live API client and deployment configs

This commit is contained in:
Solaria
2026-03-14 23:29:13 +00:00
parent a9d10583bd
commit 1a627dc099
4 changed files with 227 additions and 0 deletions
@@ -0,0 +1,18 @@
# TeX Live API Service
# Run with: docker-compose up -d
version: '3.8'
services:
texlive-api:
image: alex11br/texlive-api
ports:
- "8080:8080"
volumes:
- texlive-cache:/root/.texlive
environment:
- TEXLIVE_ENGINE=xelatex
- MAX_TIMEOUT=180
volumes:
texlive-cache: