LanguageTool
This commit is contained in:
10
compose/languagetool.yaml
Normal file
10
compose/languagetool.yaml
Normal 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
|
Reference in New Issue
Block a user