mjawad096 / docker-config

A basic configuration set for laravel projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

Remove .git directory from docker/.git use rm docker/.git -rf

  1. Clone package to your project root and open terminal in docker folder.

  2. Update your project configurations in .env file. Do not wrap values in single or double quoutes.

  3. Run docker-compose build.

  4. Run docker-compose up.

  5. If necessory you can make updated to docker-compose and docker file too.

  6. supervisor is included in this configurations and you can add more files to super visor directory. A sample config file is already included.

About

A basic configuration set for laravel projects.


Languages

Language:Dockerfile 86.0%Language:Shell 14.0%