Code Monkey home page Code Monkey logo

inception_42's Introduction

Docker LNMP Stack with WordPress

This project sets up a Docker-based LNMP (Linux, Nginx, MySQL, PHP) stack along with a WordPress site. The project ensures a saved state for both the WordPress site and the database, providing a resilient and flexible solution for hosting WordPress. It also includes scripts for managing database backups, making data management efficient and straightforward.

About the Project

This project uses Docker to containerize the following services:

MariaDB:

This service uses the MariaDB image and is configured to persist data using a Docker volume (db). This ensures that your database data remains intact across container restarts.

WordPress:

The WordPress service is built on top of a custom image. It depends on the MariaDB service to provide the database for WordPress. The service uses a Docker volume (wp) to persist WordPress data, ensuring that your site data remains safe across container restarts.

Nginx:

The Nginx service serves as a reverse proxy to the WordPress service. It depends on the WordPress service and uses the same Docker volume (wp) to access the WordPress site files. The service exposes port 443 (default HTTPS port) and uses the inception network.

The project uses a docker-compose.yml file to define and configure these services, making it easy to set up and manage the entire stack with a few commands.

inception_42's People

Contributors

edvinas1122 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.