Skip to content

Commit

Permalink
Added meilisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Jan 13, 2025
1 parent 7380056 commit 413c70b
Show file tree
Hide file tree
Showing 11 changed files with 547 additions and 220 deletions.
7 changes: 3 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ LOG_LEVEL=debug

DB_CONNECTION=sqlite
DB_DATABASE=/var/www/html/.infrastructure/volume_data/sqlite/database.sqlite
DB_DATABASE=/var/www/html/.infrastructure/volume_data/sqlite/database.sqlite
DB_DATABASE=/var/www/html/.infrastructure/volume_data/sqlite/database.sqlite
DB_DATABASE=/var/www/html/.infrastructure/volume_data/sqlite/database.sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
Expand Down Expand Up @@ -68,4 +65,6 @@ AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"

OPENAI_API_KEY=
OPENAI_ORGANIZATION=
OPENAI_ORGANIZATION=SCOUT_DRIVER=meilisearch
MEILISEARCH_HOST=http://meilisearch:7700
MEILISEARCH_KEY=developmentkey1234567890
15 changes: 0 additions & 15 deletions .github/workflows/action_deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@
# workflow to work. Learn more on our guide:
# https://getspin.pro/docs/guide/automating-deployments-with-github-actions
###########################################################################
###########################################################################
# 🚨 WARNING: You must set secrets in GitHub Actions in order for this
# workflow to work. Learn more on our guide:
# https://getspin.pro/docs/guide/automating-deployments-with-github-actions
###########################################################################
###########################################################################
# 🚨 WARNING: You must set secrets in GitHub Actions in order for this
# workflow to work. Learn more on our guide:
# https://getspin.pro/docs/guide/automating-deployments-with-github-actions
###########################################################################
###########################################################################
# 🚨 WARNING: You must set secrets in GitHub Actions in order for this
# workflow to work. Learn more on our guide:
# https://getspin.pro/docs/guide/automating-deployments-with-github-actions
###########################################################################
name: Production Deployment
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yarn-error.log
/.vscode
.vault-password
.spin*
.spin.yml
2 changes: 1 addition & 1 deletion Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Learn more about the Server Side Up PHP Docker Images at:
# https://serversideup.net/open-source/docker-php/
FROM serversideup/php:8.2-fpm-nginx-alpine AS base
FROM serversideup/php:8.4-fpm-nginx-alpine AS base

## Uncomment if you need to install additional PHP extensions
USER root
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ivopetkov/html5-dom-document-php": "2.*",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/scout": "^10.11",
"laravel/tinker": "^2.9",
"nwidart/laravel-modules": "^11.0",
"openai-php/laravel": "^0.10.1",
Expand Down
Loading

0 comments on commit 413c70b

Please sign in to comment.