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 Use this template
3wc d6b50b7485 Set user id for php fpm container
Ref #4

Hard-coded for the time being, pending a discussion about makefile
vs. other strategies for setting the id dynamically
2021-12-09 00:03:30 +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 properly ignore log files 2021-12-08 23:42:22 +02:00
README.md Update README, remove `build:` from docker-compose 2021-12-08 11:52:35 +02:00
docker-compose.yml Set user id for php fpm container 2021-12-09 00:03:30 +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