Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 974 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 974 Bytes

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