LanguageTool
This commit is contained in:
parent
b024a19387
commit
70ee1c0639
1 changed files with 10 additions and 0 deletions
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
|
Loading…
Add table
Reference in a new issue