https://github.com/jeckel/php-mysql-docker-bootstrap
Bootstrap for PHP/MySQL project using docker
https://github.com/jeckel/php-mysql-docker-bootstrap
bootstrap docker docker-compose makefile mysql php
Last synced: 3 months ago
JSON representation
Bootstrap for PHP/MySQL project using docker
- Host: GitHub
- URL: https://github.com/jeckel/php-mysql-docker-bootstrap
- Owner: jeckel
- Created: 2018-04-24T09:14:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T08:13:45.000Z (about 8 years ago)
- Last Synced: 2025-12-31T10:30:59.231Z (6 months ago)
- Topics: bootstrap, docker, docker-compose, makefile, mysql, php
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://twitter.com/jeckel4) [](https://www.linkedin.com/in/jeckel/)
# PHP-MySQL Docker Bootstrap
This repository is used as a bootstrap for PHP/MySQL projects using docker.
# How to use it
Just go to [Releases](https://github.com/jeckel/php-mysql-docker-bootstrap/releases) and download the latest release in your project folder.
Run `make install` and this will bootstrap your environment and your composer installation.
You can then edit your `.env` file, `docker-composer.yml` etc. It's up to you.
# Included
In this bootstrap you will have
- A `docker-compose` configuration with PHP and MySQL
- A `php` container with mysql extension and `composer` installed
# Requirements
To work, all you need is :
- `make`
- `docker`
- `docker-composer`