Skip to content

lithiumox-codam/Inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception Project

This project sets up a complete WordPress environment using Docker containers. The architecture consists of three main services:

  1. Nginx: Acts as a web server and reverse proxy, handling HTTPS connections on port 443
  2. WordPress: Runs the WordPress application with PHP-FPM
  3. MariaDB: Provides the database backend for WordPress

Navigation

Project Structure

  • docker-compose.yml: Orchestrates the three services and their connections
  • Makefile: Provides convenient commands to build, run, and manage the Docker environment
  • requirements/: Contains configuration for each service
    • mariadb/: MariaDB database service configuration
    • nginx/: Nginx web server configuration
    • wordpress/: WordPress application configuration

Getting Started

  1. Create an .env file based on .env.example with your custom settings
  2. Run make to build and start all containers
  3. Access the WordPress site at https://mdekker.42.fr

For more commands, run make help

About

If there is anything I dont like its Wordpress & MariaDB so this will be a fun one!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published