Docker runing Apache PHP-FPM, Redis and MySQL
The project use the following ports:
| Server | Port |
|---|---|
| MySQL | 3360 |
| PHP | 9090 |
| Apache | 80 |
| Apache SSL | 443 |
| Redis | 6379 |
Generate SSL certificates
source .env && docker run --rm -v ./etc/infrastructure/ssl:/certificates -e "SERVER=$APACHE_HOST" jacoelho/generate-certificate