Template repository for an All-Singing, All-Dancing, Not-Shit Autonomic Wordpress Site (ASADNSA). To use this, create a new repository in Gitea and choose this one as a template.
src | ||
.env.sample | ||
.gitignore | ||
docker-compose.yml | ||
README.md |
wordpress-bedrock-docker
A template for a Wordpress site using Bedrock (Composer) + Docker.
Quick start
- Create a new repository in Gitea, using this repository as a template
- Clone the new repository
- Copy
src/.env.example
tosrc/.env
- Run
docker-compose up