df61bfc788
* [monorepo] consolidate clsi-lb host/ip env-vars Target env-var is CLSI_LB_HOST. Keep CLSI_LB_IP populated for a week. * [clsi] initial version of /convert/pdf-to-jpeg * [rails] use fake-secrets in CI and Codespaces * [rails] adapt tests for using clsi to convert PDFs to image * [rails] add rake task for comparing clsi conversion with transloadit * [clsi] double check that output.jpg is a regular file Co-authored-by: Brian Gough <brian.gough@overleaf.com> * [clsi] fix composing basename * [monorepo] fix clsi-lb host env-var post merge * [monorepo] sort dev-environment.env hosts * [rails] use local pdf file rather than downloading it again Download from the old renderer code path still. It's dead code. * [terraform] clsi: enable pdf to jpg conversion --------- Co-authored-by: Brian Gough <brian.gough@overleaf.com> GitOrigin-RevId: 5ecaa8559d299486340bb3961f06b29f7c4dfcca
71 lines
2.3 KiB
YAML
71 lines
2.3 KiB
YAML
# This file was auto-generated, do not edit it directly.
|
|
# Instead run bin/update_build_scripts from
|
|
# https://github.com/overleaf/internal/
|
|
|
|
services:
|
|
test_unit:
|
|
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
|
volumes:
|
|
- ./reports:/overleaf/services/clsi/reports
|
|
- ../../tsconfig.backend.json:/overleaf/tsconfig.backend.json
|
|
command: yarn run test:unit:_run
|
|
environment:
|
|
CI:
|
|
MONGO_CONNECTION_STRING: mongodb://mongo/test-overleaf
|
|
NODE_ENV: test
|
|
NODE_OPTIONS: "--unhandled-rejections=strict"
|
|
VITEST_NO_CACHE: true
|
|
|
|
test_acceptance:
|
|
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
|
environment:
|
|
CI:
|
|
RETRIES:
|
|
MONGO_HOST: mongo
|
|
POSTGRES_HOST: postgres
|
|
MOCHA_GREP: ${MOCHA_GREP}
|
|
NODE_ENV: test
|
|
NODE_OPTIONS: "--unhandled-rejections=strict"
|
|
DOWNLOAD_HOST: http://clsi-nginx:8080
|
|
ALLOWED_COMPILE_GROUPS: clsi-perf simple-latex-file
|
|
ENABLE_PDF_CACHING: true
|
|
PDF_CACHING_ENABLE_WORKER_POOL: true
|
|
ALLOWED_IMAGES: quay.io/sharelatex/texlive-full:2017.1 quay.io/sharelatex/texlive-full:2025.1 quay.io/sharelatex/pandoc:3.9 quay.io/sharelatex/pdftocairo:24.02
|
|
TEXLIVE_IMAGE: quay.io/sharelatex/texlive-full:2025.1
|
|
TEX_LIVE_IMAGE_NAME_OVERRIDE: us-east1-docker.pkg.dev/overleaf-ops/ol-docker
|
|
TEXLIVE_IMAGE_USER: tex
|
|
SANDBOXED_COMPILES: true
|
|
SANDBOXED_COMPILES_HOST_DIR_COMPILES: $PWD/compiles
|
|
SANDBOXED_COMPILES_HOST_DIR_OUTPUT: $PWD/output
|
|
ENABLE_PANDOC_CONVERSIONS: true
|
|
ENABLE_PDF_CONVERSIONS: true
|
|
volumes:
|
|
- ./reports:/overleaf/services/clsi/reports
|
|
- ./compiles:/overleaf/services/clsi/compiles
|
|
- ./output:/overleaf/services/clsi/output
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
depends_on:
|
|
clsi-nginx:
|
|
condition: service_started
|
|
command: yarn run test:acceptance
|
|
|
|
tar:
|
|
build: .
|
|
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
|
volumes:
|
|
- ./:/tmp/build/
|
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
|
user: root
|
|
|
|
clsi-nginx:
|
|
image: nginx:1.28
|
|
read_only: true
|
|
tmpfs:
|
|
- /tmp
|
|
- /var/cache/nginx
|
|
- /run
|
|
volumes:
|
|
- ./output:/output:ro
|
|
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf:ro
|
|
- ./tiny.pdf:/var/clsi/tiny.pdf:ro
|