From 04230e5d1b7227fbc01af490262e428879eb168a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Fri, 7 Nov 2025 15:38:42 +0000 Subject: [PATCH] Remove Laravel Sail service from compose.yaml --- compose.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/compose.yaml b/compose.yaml index d47d74f3..428aca29 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,29 +1,4 @@ services: - laravel.test: - build: - context: './vendor/laravel/sail/runtimes/8.4' - dockerfile: Dockerfile - args: - WWWGROUP: '${WWWGROUP}' - image: 'sail-8.4/app' - extra_hosts: - - 'host.docker.internal:host-gateway' - ports: - - '${APP_PORT:-80}:80' - - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' - environment: - WWWUSER: '${WWWUSER}' - LARAVEL_SAIL: 1 - XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}' - XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}' - IGNITION_LOCAL_SITES_PATH: '${PWD}' - volumes: - - '.:/var/www/html' - networks: - - sail - depends_on: - - mysql - - redis mysql: image: 'mysql/mysql-server:8.0' ports: