Skip to content

Wordpress website with Nginx, Mariadb and php-fpm built with docker compose

Notifications You must be signed in to change notification settings

tedelin/Inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inception 🔮

Description

Inception is docker compose application allow you to run a wordpress website with ssl certificate.
This application contenarize nginx, mariadb wordpress and phpfpm with custom images.

Requirements

Require docker and sudo privileges

Installation

Copy the .env.sample into .env file and fill it with your credentials.
This project use a self signed certificate to provide https run the ./add_to_host.sh to add the site to your /etc/hosts

sudo ./add_to_host.sh && make

Access

https://your_domain_name

Additonal Commands

make stop # Stop the containers
make clean # Remove containers and volumes but keep images
make fclean # Remove containers volumes and images
make build # Start project and rebuild images
make down # Remove containers but keep volumes

License

MIT

About

Wordpress website with Nginx, Mariadb and php-fpm built with docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published