https://github.com/gionniboy/alpazzo
Quickly build a LEMP environment using docker compose. Based on Alpine GNU/Linux.
https://github.com/gionniboy/alpazzo
docker docker-compose lemp mariadb nginx php-fpm7
Last synced: 7 months ago
JSON representation
Quickly build a LEMP environment using docker compose. Based on Alpine GNU/Linux.
- Host: GitHub
- URL: https://github.com/gionniboy/alpazzo
- Owner: gionniboy
- License: bsd-3-clause
- Created: 2018-04-28T09:07:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T05:41:58.000Z (about 2 years ago)
- Last Synced: 2025-02-28T23:02:32.350Z (8 months ago)
- Topics: docker, docker-compose, lemp, mariadb, nginx, php-fpm7
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker LEMP Stack
Docker-compose.yml - Directive file for building multiple docker containers.
### Containers specs:
- Nginx 1.25
- MariaDB 11
- PHP-fpm 8.2## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
IMPORTANT! CHECK COMPATIBILITY MATRIX COMPOSE/DOCKER !
[docs.docker.com](https://docs.docker.com/compose/compose-file/#reference-and-guidelines)- A working computer with Windows/OSX/GNU-Linux
- [Docker](https://www.docker.io) (project using 18.03.0-ce)
- [Docker-Compose](https://docs.docker.com/compose) (project using docker-compose version 1.20.1, build 5d8c71b)### Installing
- Clone this repository and get into the cloned dir;
- Customize if needed [rootpass, nginx/php conf or whatever...]
- Open a terminal and build the stack by typing:```console
$ docker-compose up -d
```- After the system has been built, open browser pointing to http://127.0.0.1 || http://localhost
## Authors
- **GB 'gionniboy' Pullarà ** - [Firegarden](https://firegarden.co)
- **Filippo 'joeyrs' Civiletti** - [Xafe](https://www.xafe.it)## License
This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details
```
in the city of ALPAZZO there exists a MALE PAZZO
please give a PIECE OF FAME to this poor CRAZY LAME
```Thanks to [piger](https://github.com/piger) and [buildazzo tool](https://github.com/piger/buildazzo) to inspired us the name for this tool.