This repository hosts the Docker Compose recipes for Pilcrow.
For detailed deployment information review the documentation.
- 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