Remove libretranslate from docker-compose dev

No longer needed, frees up RAM and CPU.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-26 12:35:14 +01:00
parent 300e7f0be9
commit da2ee96979

View File

@@ -158,21 +158,6 @@ services:
volumes:
- meilisearch-data:/meili_data
libretranslate:
image: libretranslate/libretranslate:latest
container_name: e_ticket_libretranslate
environment:
LT_LOAD_ONLY: fr,en,es,de,it
LT_DISABLE_WEB_UI: "true"
volumes:
- libretranslate-data:/home/libretranslate/.local
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:5000/languages || exit 1"]
interval: 10s
timeout: 5s
retries: 10
start_period: 120s
cron:
build:
context: ./docker/cron
@@ -205,4 +190,3 @@ volumes:
bun-modules:
vault-data:
meilisearch-data:
libretranslate-data: