https://github.com/talyx/inception
A Docker Compose project with Nginx, MariaDB, and WordPress services.
https://github.com/talyx/inception
docker docker-compose makefile mariadb nginx wordpress
Last synced: 3 months ago
JSON representation
A Docker Compose project with Nginx, MariaDB, and WordPress services.
- Host: GitHub
- URL: https://github.com/talyx/inception
- Owner: talyx
- Created: 2022-04-15T07:26:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T08:30:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T03:39:09.407Z (about 1 year ago)
- Topics: docker, docker-compose, makefile, mariadb, nginx, wordpress
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Project Description**
The project sets up a web application environment using Docker Compose with three distinct services:
1. **Nginx**: Serves as a web server and reverse proxy, handling HTTP requests and serving static content.
2. **MariaDB**: Provides the database service for data storage and management.
3. **WordPress**: A content management system (CMS) for managing and publishing web content.
Each service is containerized with Docker, and Docker Compose orchestrates and manages the multi-container setup. The project is built and managed using `make`, which automates the process of setting up the environment and ensures a streamlined deployment.