mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Remove unused volume definitions from docker-compose.yml to streamline configuration and improve clarity.
This commit is contained in:
@@ -726,11 +726,6 @@ services:
|
||||
- LT_FRONTEND_LANGUAGE_SOURCE=${LT_FRONTEND_LANGUAGE_SOURCE:-auto}
|
||||
- LT_FRONTEND_LANGUAGE_TARGET=${LT_FRONTEND_LANGUAGE_TARGET:-en}
|
||||
- LT_DEBUG=${LT_DEBUG:-false}
|
||||
volumes:
|
||||
- libretranslate_models:/home/libretranslate/.local/share
|
||||
- libretranslate_cache:/home/libretranslate/.local/cache
|
||||
- libretranslate_db:/app/db
|
||||
- ./shared:/data/shared
|
||||
|
||||
python-runner:
|
||||
image: python:3.11-slim
|
||||
|
||||
Reference in New Issue
Block a user