This is a boilerplate setup for local development work on Wordpress. The setup is orchestrated using Docker Compose.
The database files will be created in
./.data/mysql, and the Wordpress installation will be created in./src/wordpress. Any data created in the database, or edits in the Wordpress source code wil be persisted unless purged.
$make start
$make stop
$make purge
Access the wordpress service via port 8000 on your localhost - http://localhost:8000/.
Define your own environment variable values for the services using .env file.
Please refer to https://docs.docker.com/compose/environment-variables/ for instructions.