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.
This repository has been archived on 2024-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
3wc 7b56fd2488 Nginx.conf does need to live here after all 😕 2021-12-08 23:39:06 +02:00
src Fix .gitignore, add .env.example 2021-12-06 14:47:59 +02:00
.env.sample Add .env.sample 2021-12-03 14:28:27 +02:00
.gitignore Fix .gitignore, add .env.example 2021-12-06 14:47:59 +02:00
README.md Update README, remove `build:` from docker-compose 2021-12-08 11:52:35 +02:00
docker-compose.yml Update README, remove `build:` from docker-compose 2021-12-08 11:52:35 +02:00
nginx.conf Nginx.conf does need to live here after all 😕 2021-12-08 23:39:06 +02:00

README.md

wordpress-bedrock-docker

A template for a Wordpress site using Bedrock (Composer) + Docker.

Quick start

  1. Create a new repository in Gitea, using this repository as a template
  2. Clone the new repository
  3. Copy src/.env.example to src/.env
  4. Run docker-compose up