https://github.com/soifou/docker-lamp
My Docker LEMP stack
https://github.com/soifou/docker-lamp
docker lemp-stack linux osx
Last synced: 11 months ago
JSON representation
My Docker LEMP stack
- Host: GitHub
- URL: https://github.com/soifou/docker-lamp
- Owner: soifou
- Created: 2016-06-28T11:00:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T23:57:56.000Z (over 1 year ago)
- Last Synced: 2024-07-14T00:38:37.615Z (over 1 year ago)
- Topics: docker, lemp-stack, linux, osx
- Homepage:
- Size: 92.8 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEMP stack with Docker Toolbox
## Overview
This is my development environment which run a Linux
[LEMP stack](https://lemp.io/) that work on most of my PHP projects. All the
Docker images are based on Alpine Linux to get something that remains light for
disk space.
- Container `web`: Nginx
- Container `php`: PHP5.x/7.x/8.x with FPM and all common PHP extensions
- Container `mariadb`: MariaDB 10.x
- Container `mail`: Mailpit
- Container `cache`: Redis
## Installation
- [on macOS](doc/install-macos.md)
- [on Linux](doc/install-linux.md)
## What next?
- [Post configuration](doc/config.md)
- [Aliases and CLI](doc/aliases.md)
- [Local development with Wildcard DNS](doc/dns.md)
- [Trusted development SSL certificates](doc/ssl.md)
## Read further
- [http://mmenozzi.github.io/2016/01/22/php-web-development-with-docker/]
- [https://github.com/nerdpress-org/docker-sf3]
- [http://stackoverflow.com/questions/40012198/docker-custom-dns-resolve-among-containers]