Skip to content

Docker Web Standard - PHP, MariaDB or PostgreSQL, Nginx, Blackfire

License

Notifications You must be signed in to change notification settings

phpguild/docker-web-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Web Standard

Docker installer for web app, include :

  • PHP 8.0.11
  • MariaDB 10.6.4 or PostgreSQL 9.6.23
  • Nginx 1.21.3
  • Blackfire (for dev)

Require from composer

composer req phpguild/docker-web-standard

Installation

make -e APP_NAME=__dwsmyapp__ install

Usage

Restart

make restart

Down

make down