From 325e798419fa9b5d42cbddda8ad2c7e230d3ce3e Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 7 Jan 2026 13:35:05 +0800 Subject: [PATCH] tt --- bootstrap/cache/.gitignore | 0 compose.yaml | 76 ++++++++++++------------- storage/app/.gitignore | 0 storage/app/public/.gitignore | 0 storage/framework/.gitignore | 0 storage/framework/cache/.gitignore | 0 storage/framework/cache/data/.gitignore | 0 storage/framework/sessions/.gitignore | 0 storage/framework/testing/.gitignore | 0 storage/framework/views/.gitignore | 0 storage/logs/.gitignore | 0 11 files changed, 37 insertions(+), 39 deletions(-) mode change 100644 => 100755 bootstrap/cache/.gitignore mode change 100644 => 100755 storage/app/.gitignore mode change 100644 => 100755 storage/app/public/.gitignore mode change 100644 => 100755 storage/framework/.gitignore mode change 100644 => 100755 storage/framework/cache/.gitignore mode change 100644 => 100755 storage/framework/cache/data/.gitignore mode change 100644 => 100755 storage/framework/sessions/.gitignore mode change 100644 => 100755 storage/framework/testing/.gitignore mode change 100644 => 100755 storage/framework/views/.gitignore mode change 100644 => 100755 storage/logs/.gitignore diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore old mode 100644 new mode 100755 diff --git a/compose.yaml b/compose.yaml index b3a9e1b..07f974c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,9 +24,7 @@ services: depends_on: - mysql - redis - - meilisearch - - mailpit - - selenium + mysql: image: 'mysql/mysql-server:8.0' ports: @@ -67,40 +65,40 @@ services: - ping retries: 3 timeout: 5s - meilisearch: - image: 'getmeili/meilisearch:latest' - ports: - - '${FORWARD_MEILISEARCH_PORT:-7700}:7700' - environment: - MEILI_NO_ANALYTICS: '${MEILISEARCH_NO_ANALYTICS:-false}' - volumes: - - 'sail-meilisearch:/meili_data' - networks: - - sail - healthcheck: - test: - - CMD - - wget - - '--no-verbose' - - '--spider' - - 'http://127.0.0.1:7700/health' - retries: 3 - timeout: 5s - mailpit: - image: 'axllent/mailpit:latest' - ports: - - '${FORWARD_MAILPIT_PORT:-1025}:1025' - - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025' - networks: - - sail - selenium: - image: selenium/standalone-chromium - extra_hosts: - - 'host.docker.internal:host-gateway' - volumes: - - '/dev/shm:/dev/shm' - networks: - - sail + # meilisearch: + # image: 'getmeili/meilisearch:latest' + # ports: + # - '${FORWARD_MEILISEARCH_PORT:-7700}:7700' + # environment: + # MEILI_NO_ANALYTICS: '${MEILISEARCH_NO_ANALYTICS:-false}' + # volumes: + # - 'sail-meilisearch:/meili_data' + # networks: + # - sail + # healthcheck: + # test: + # - CMD + # - wget + # - '--no-verbose' + # - '--spider' + # - 'http://127.0.0.1:7700/health' + # retries: 3 + # timeout: 5s + # mailpit: + # image: 'axllent/mailpit:latest' + # ports: + # - '${FORWARD_MAILPIT_PORT:-1025}:1025' + # - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025' + # networks: + # - sail + # selenium: + # image: selenium/standalone-chromium + # extra_hosts: + # - 'host.docker.internal:host-gateway' + # volumes: + # - '/dev/shm:/dev/shm' + # networks: + # - sail networks: sail: driver: bridge @@ -109,5 +107,5 @@ volumes: driver: local sail-redis: driver: local - sail-meilisearch: - driver: local + # sail-meilisearch: + # driver: local diff --git a/storage/app/.gitignore b/storage/app/.gitignore old mode 100644 new mode 100755 diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore old mode 100644 new mode 100755 diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755