Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 637 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 637 Bytes

Docker Deployment

This repository hosts the Docker Compose recipes for Pilcrow.

For detailed deployment information review the documentation.

Quick Start

  • Clone this repository:
git clone https://github.com/mesh-research/pilcrow-docker[destination]
  • Copy the sample environment file
cd [destination]
cp sample.env .env
  • Edit the .env file
nano .env
  • Start stack
docker compose up -d