Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 525 Bytes

readme.md

File metadata and controls

31 lines (28 loc) · 525 Bytes

Bedrock

A simple Wordpress (Bedrock) / MySQL setup.

Usage

Add .env

cp .env.example .env

Add bedrock

composer create-project roots/bedrock site
cp site/.env.example site/.env

Build / start containers

docker-compose up -d mysql
docker-compose up -d

Notes

  • the docker-compose.yml assumes traefik is running externally
  • the domain must be set in the following places:
    • .env
    • site/.env
    • nginx/site.conf
    • /etc/hosts