https://github.com/phpguild/docker-web-standard
Docker Web Standard - PHP, MariaDB or PostgreSQL, Nginx, Blackfire
https://github.com/phpguild/docker-web-standard
blackfire composer docker docker-compose mariadb mysql nginx nginx-proxy php php8 postgresql stack
Last synced: 5 months ago
JSON representation
Docker Web Standard - PHP, MariaDB or PostgreSQL, Nginx, Blackfire
- Host: GitHub
- URL: https://github.com/phpguild/docker-web-standard
- Owner: phpguild
- License: gpl-3.0
- Created: 2018-11-07T13:29:27.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:49:51.000Z (11 months ago)
- Last Synced: 2025-04-15T09:50:43.399Z (6 months ago)
- Topics: blackfire, composer, docker, docker-compose, mariadb, mysql, nginx, nginx-proxy, php, php8, postgresql, stack
- Language: Dockerfile
- Homepage:
- Size: 285 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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