tt
This commit is contained in:
0
bootstrap/cache/.gitignore
vendored
Normal file → Executable file
0
bootstrap/cache/.gitignore
vendored
Normal file → Executable file
76
compose.yaml
76
compose.yaml
@@ -24,9 +24,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
- meilisearch
|
|
||||||
- mailpit
|
|
||||||
- selenium
|
|
||||||
mysql:
|
mysql:
|
||||||
image: 'mysql/mysql-server:8.0'
|
image: 'mysql/mysql-server:8.0'
|
||||||
ports:
|
ports:
|
||||||
@@ -67,40 +65,40 @@ services:
|
|||||||
- ping
|
- ping
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
meilisearch:
|
# meilisearch:
|
||||||
image: 'getmeili/meilisearch:latest'
|
# image: 'getmeili/meilisearch:latest'
|
||||||
ports:
|
# ports:
|
||||||
- '${FORWARD_MEILISEARCH_PORT:-7700}:7700'
|
# - '${FORWARD_MEILISEARCH_PORT:-7700}:7700'
|
||||||
environment:
|
# environment:
|
||||||
MEILI_NO_ANALYTICS: '${MEILISEARCH_NO_ANALYTICS:-false}'
|
# MEILI_NO_ANALYTICS: '${MEILISEARCH_NO_ANALYTICS:-false}'
|
||||||
volumes:
|
# volumes:
|
||||||
- 'sail-meilisearch:/meili_data'
|
# - 'sail-meilisearch:/meili_data'
|
||||||
networks:
|
# networks:
|
||||||
- sail
|
# - sail
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test:
|
# test:
|
||||||
- CMD
|
# - CMD
|
||||||
- wget
|
# - wget
|
||||||
- '--no-verbose'
|
# - '--no-verbose'
|
||||||
- '--spider'
|
# - '--spider'
|
||||||
- 'http://127.0.0.1:7700/health'
|
# - 'http://127.0.0.1:7700/health'
|
||||||
retries: 3
|
# retries: 3
|
||||||
timeout: 5s
|
# timeout: 5s
|
||||||
mailpit:
|
# mailpit:
|
||||||
image: 'axllent/mailpit:latest'
|
# image: 'axllent/mailpit:latest'
|
||||||
ports:
|
# ports:
|
||||||
- '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
# - '${FORWARD_MAILPIT_PORT:-1025}:1025'
|
||||||
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
# - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
|
||||||
networks:
|
# networks:
|
||||||
- sail
|
# - sail
|
||||||
selenium:
|
# selenium:
|
||||||
image: selenium/standalone-chromium
|
# image: selenium/standalone-chromium
|
||||||
extra_hosts:
|
# extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
# - 'host.docker.internal:host-gateway'
|
||||||
volumes:
|
# volumes:
|
||||||
- '/dev/shm:/dev/shm'
|
# - '/dev/shm:/dev/shm'
|
||||||
networks:
|
# networks:
|
||||||
- sail
|
# - sail
|
||||||
networks:
|
networks:
|
||||||
sail:
|
sail:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
@@ -109,5 +107,5 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
sail-redis:
|
sail-redis:
|
||||||
driver: local
|
driver: local
|
||||||
sail-meilisearch:
|
# sail-meilisearch:
|
||||||
driver: local
|
# driver: local
|
||||||
|
|||||||
0
storage/app/.gitignore
vendored
Normal file → Executable file
0
storage/app/.gitignore
vendored
Normal file → Executable file
0
storage/app/public/.gitignore
vendored
Normal file → Executable file
0
storage/app/public/.gitignore
vendored
Normal file → Executable file
0
storage/framework/.gitignore
vendored
Normal file → Executable file
0
storage/framework/.gitignore
vendored
Normal file → Executable file
0
storage/framework/cache/.gitignore
vendored
Normal file → Executable file
0
storage/framework/cache/.gitignore
vendored
Normal file → Executable file
0
storage/framework/cache/data/.gitignore
vendored
Normal file → Executable file
0
storage/framework/cache/data/.gitignore
vendored
Normal file → Executable file
0
storage/framework/sessions/.gitignore
vendored
Normal file → Executable file
0
storage/framework/sessions/.gitignore
vendored
Normal file → Executable file
0
storage/framework/testing/.gitignore
vendored
Normal file → Executable file
0
storage/framework/testing/.gitignore
vendored
Normal file → Executable file
0
storage/framework/views/.gitignore
vendored
Normal file → Executable file
0
storage/framework/views/.gitignore
vendored
Normal file → Executable file
0
storage/logs/.gitignore
vendored
Normal file → Executable file
0
storage/logs/.gitignore
vendored
Normal file → Executable file
Reference in New Issue
Block a user