feat: meilisearch docker config
This commit is contained in:
parent
9c1c56a94b
commit
d57e586fd6
|
|
@ -9,6 +9,7 @@
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"dedoc/scramble": "^0.13.14",
|
"dedoc/scramble": "^0.13.14",
|
||||||
"filament/filament": "^5.0",
|
"filament/filament": "^5.0",
|
||||||
|
"filament/widgets": "^5.3",
|
||||||
"http-interop/http-factory-guzzle": "^1.2",
|
"http-interop/http-factory-guzzle": "^1.2",
|
||||||
"laravel/framework": "^12.0",
|
"laravel/framework": "^12.0",
|
||||||
"laravel/sanctum": "^4.0",
|
"laravel/sanctum": "^4.0",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "fccabd015df679d5bab5fa09e3ff067d",
|
"content-hash": "1b77e11c702fcc38f202aa5a9dbfef5a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "anourvalar/eloquent-serialize",
|
"name": "anourvalar/eloquent-serialize",
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@ services:
|
||||||
DB_DATABASE: "${DB_DATABASE}"
|
DB_DATABASE: "${DB_DATABASE}"
|
||||||
DB_USERNAME: "${DB_USERNAME}"
|
DB_USERNAME: "${DB_USERNAME}"
|
||||||
DB_PASSWORD: "${DB_PASSWORD}"
|
DB_PASSWORD: "${DB_PASSWORD}"
|
||||||
|
SCOUT_DRIVER: "meilisearch"
|
||||||
|
MEILISEARCH_HOST: "http://meilisearch:7700"
|
||||||
|
MEILISEARCH_KEY: "${MEILISEARCH_KEY}"
|
||||||
volumes:
|
volumes:
|
||||||
- storage-data:/var/www/html/storage/app
|
- storage-data:/var/www/html/storage/app
|
||||||
- storage-public-data:/var/www/html/storage/app/public
|
- storage-public-data:/var/www/html/storage/app/public
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue