Skip to content

vladutt/minio-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Docker

Config the docker as you wish. All settings can be found in docker-compose.yml. Docker has the next services:

  • nginx (config can be found in root as 'nginx.sample.conf')
  • php7.4-fpm (About libs & ext in Dockerfile)
  • mysql (CHANGE EVERY ENVIRONMENT)
  • minio (CHANGE ACCESS & SECRET KEY)

About Laravel

Create your ENV based on configurations from docker-compose.yml

Run projects

  1. Run docker-compose build OR docker build . to build the images
  2. Run docker-compose up -d to start the container
  3. Run docker exec -it storage-app bash to access the machine terminal
  4. Run composer install from machine terminal
  5. Done. Access: http://localhost:8080

DO WANT YOU WANT :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published