Skip to content

walternascimentobarroso/php-nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templat PHP-Nginx-Docker

📜 Overview

Template for new projects using php and nginx inside docker containers

🖥️ Start Project

First clone the project:

git clone https://github.com/walternascimentobarroso/php-nginx-docker.git

Make the build

💡 NOTE: Before next step, check the variables in .env file

make build

💡 NOTE: If the project is already compiled then just run the make up command

⚒️ Tools

📂 Folder Structure

.
├── .editorconfig
├── .env.example
├── .gitignore
├── .vscode
│   └── launch.json
├── LICENSE
├── Makefile
├── README.md
├── composer.json
├── docker
│   ├── docker-compose.yml
│   ├── nginx
│   │   └── default.conf
│   └── php
│       ├── Dockerfile
│       └── xdebug.ini
└── public
    └── index.php

📝 License

The MIT License (MIT)

😺 Author


Made with  ❤️ 

About

Micro template for new projects with php

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published