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.
Require docker and sudo privileges
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
https://your_domain_name
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