Fix Redis session DSN, remove LibreTranslate from prod, track all translations

- Fix SESSION_HANDLER_DSN: use Redis db index (/1) instead of /sessions
  which caused "dbindex must be a number" error
- Remove LibreTranslate service and volume from docker-compose prod
- Remove gitignore rules for translation files (en, es, de, it)
  so all languages are tracked in git
- Apply PHP CS Fixer style fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-24 09:35:13 +01:00
parent d44e75e3fd
commit 2987dbfd28
4 changed files with 2 additions and 24 deletions

View File

@@ -12,6 +12,6 @@ STRIPE_WEBHOOK_SECRET=whsec_test
STRIPE_WEBHOOK_SECRET_CONNECT=whsec_test_connect
OUTSIDE_URL=https://test.example.com
MESSENGER_TRANSPORT_DSN=redis://:e_ticket@redis:6379/messages
SESSION_HANDLER_DSN=redis://:e_ticket@redis:6379/sessions
SESSION_HANDLER_DSN=redis://:e_ticket@redis:6379/1
SMIME_PASSPHRASE=test
ADMIN_EMAIL=contact@test.com