# documentation: https://libretranslate.com/docs/ # slogan: Free and open-source machine translation API, entirely self-hosted. # tags: translate, api # logo: svgs/libretranslate.svg # port: 5000 services: libretranslate: image: "libretranslate/libretranslate:latest" environment: - SERVICE_FQDN_LIBRETRANSLATE_5000 - LT_SSL=true - LT_UPDATE_MODELS=true - LT_LOAD_ONLY=en,es,fr,de,ja volumes: - api-keys:/app/db - models:/home/libretranslate/.local healthcheck: test: ["CMD-SHELL", "./venv/bin/python scripts/healthcheck.py"]