Skip to content

Commit

Permalink
fix languagetool volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Jun 11, 2024
1 parent 405bef7 commit 0f11737
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ networks:
volumes:
portainer_data:
driver: local
languagetool:
languagetool_ngrams:
driver: local
languagetool_fasttext:
driver: local

services:
Expand Down Expand Up @@ -195,8 +197,8 @@ services:
langtool_languageModel: /ngrams
langtool_fasttextModel: /fasttext/lid.176.bin
volumes:
- languagetool/ngrams:/ngrams
- languagetool/fasttext:/fasttext
- languagetool_ngrams:/ngrams
- languagetool_fasttext:/fasttext
labels:
- "traefik.enable=true"
- "traefik.docker.network=web"
Expand Down

0 comments on commit 0f11737

Please sign in to comment.