LanguageTool

This commit is contained in:
Atridad Lahiji 2024-12-18 01:39:16 -06:00
parent b024a19387
commit 70ee1c0639
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

10
compose/languagetool.yaml Normal file
View file

@ -0,0 +1,10 @@
services:
languagetool:
image: erikvl87/languagetool
container_name: languagetool
ports:
- ${APP_PORT}:8010
environment:
- langtool_languageModel=/ngrams
volumes:
- ${ROOT_DIR}/ngrams:/ngrams