Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taisiabarteneva/docker-lemp
Building microservices infrastructure using Docker/docker-compose
https://github.com/taisiabarteneva/docker-lemp
adminer docker docker-compose html mariadb nginx php-fpm redis-cache wordpress
Last synced: 2 days ago
JSON representation
Building microservices infrastructure using Docker/docker-compose
- Host: GitHub
- URL: https://github.com/taisiabarteneva/docker-lemp
- Owner: taisiabarteneva
- Created: 2022-06-29T21:48:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T18:44:04.000Z (about 2 years ago)
- Last Synced: 2023-03-10T09:46:43.940Z (over 1 year ago)
- Topics: adminer, docker, docker-compose, html, mariadb, nginx, php-fpm, redis-cache, wordpress
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setting up LEMP stack with docker-compose
The goal of the project was to build a basic infrastructure using **docker-compose** on top of **Docker** environment.
I had to build my own Docker images (pulling ready-made images from DockerHub was forbidden).
For more detailed info see `subject.pdf` in the root of repository### Containers
- nginx + TLSv1.3
- WP and php-fpm
- MariaDB
- Adminer
- Redis Cache### How to use
:rocket: Build images and start containers
```
$ make
```
:rocket: Retrieve containers logs
```
$ make logs
```
:rocket: Stop and remove existing containers, volumes and clear docker layer cache
```
$ make fclean
```![containers](https://www.techtarget.com/visuals/German/article/container-in-air-adobe.jpg)