# docker-php configs AUTORUN_ENABLED: "true" AUTORUN_LARAVEL_MIGRATION: "true" AUTORUN_LARAVEL_CONFIG_CACHE: "false" AUTORUN_LARAVEL_EVENT_CACHE: "false" AUTORUN_LARAVEL_ROUTE_CACHE: "false" AUTORUN_LARAVEL_STORAGE_LINK: "true" AUTORUN_LARAVEL_VIEW_CACHE: "false" web: image: webdevops/php-...
How do I run this project? You will need to set up your environment first to run this project with Sail. The HOWTO: Build a Laravel project with Sail instructs you on how to set up your environment with the right tools and to set up a new Laravel project in a Docker container. You...
Hi. i was learning docker so i decided to make github repository for docker config. in this project i used laravel, nginx, postgresql and adminer. maybe in future i add new technologies to this docker config - Ahmadreza-sharif/docker-laravel
i use this container for automatic backup backup: image: ghcr.io/realorangeone/db-auto-backup:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ./backups:/var/backups environment: - SUCCESS_HOOK_URL= - INCLUDE_LOGS=true Sign...
With an empty composer.json:, when I run these commands: composer global require "laravel/installer=~1.1" composer global require wp-cli/wp-cli I get this output: Using version ^0.23.1 for wp-cli/wp-cli ./composer.json has been updated L...