Feature: Adding Meilisearch to 3dealer

This commit is contained in:
2026-08-26 18:34:13 +03:00
committed by elvira
parent 50c9670f2a
commit 525c920f83
7 changed files with 608 additions and 572 deletions
+6
View File
@@ -79,6 +79,11 @@ STOIC_SECRET=dev-secret-change-me
STOIC_SSO_SECRET=dev-sso-secret-change-me
STOIC_HOST=http://localhost:2727
SCOUT_DRIVER=meilisearch
SCOUT_QUEUE=true
MEILISEARCH_KEY=dev-meilisearch-key-change-me
MEILISEARCH_HOST=http://meilisearch:7700
# Host-side ports — change these if another project on this machine already uses the defaults
APP_PORT=8090
STOIC_PORT=2727
@@ -86,3 +91,4 @@ VALKEY_PORT=6339
POSTGRES_HOST_PORT=5436
MAILPIT_PORT=8025
VITE_PORT=5173
MEILISEARCH_PORT=7700