404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.140.195.205: ~ $
# For more information: https://laravel.com/docs/sail
version: '3'
services:
    laravel.test:
        build:
            context: ./vendor/laravel/sail/runtimes/8.2
            dockerfile: Dockerfile
            args:
                WWWGROUP: '${WWWGROUP}'
        image: sail-8.2/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}'
        volumes:
            - '.:/var/www/html'
        networks:
            - sail
networks:
    sail:
        driver: bridge

Filemanager

Name Type Size Permission Actions
devcontainer.stub File 663 B 0644
docker-compose.stub File 838 B 0644
mailpit.stub File 196 B 0644
mariadb.stub File 695 B 0644
meilisearch.stub File 358 B 0644
memcached.stub File 138 B 0644
minio.stub File 530 B 0644
mysql.stub File 699 B 0644
pgsql.stub File 667 B 0644
redis.stub File 271 B 0644
selenium.stub File 193 B 0644
soketi.stub File 460 B 0644