localization from boboko core and product service too

This commit is contained in:
elvira
2026-08-26 18:28:16 +03:00
parent 092fab8740
commit 90e32e337d
15 changed files with 374 additions and 169 deletions
+12
View File
@@ -113,6 +113,17 @@ services:
ports:
- "${VALKEY_PORT:-6339}:6379"
meilisearch:
image: getmeili/meilisearch:v1.10
ports:
- "${MEILISEARCH_PORT:-7700}:7700"
environment:
MEILI_MASTER_KEY: ${MEILISEARCH_KEY:?MEILISEARCH_KEY is required}
MEILI_NO_ANALYTICS: "true"
MEILI_ENV: development
volumes:
- meilidata:/meili_data
stoic:
image: ghcr.io/lexx27/stoic:latest
user: root
@@ -149,3 +160,4 @@ volumes:
vendor:
node_modules:
pgdata:
meilidata: