From cc7d5d342a0bffce61bc99c1a35f9fe861ab441d Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Mon, 17 Feb 2025 11:23:36 -0500 Subject: [PATCH] added start/stop scripts to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4dc0bbf..6a3715b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "dtp-n8n-hosting", "version": "0.1.0", "description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", + "scripts": { + "start": "cd docker-compose/withPostgres && docker compose up -d", + "stop": "cd docker-compose/withPostgres && docker compose down" + }, "keywords": [ "DTP", "n8n",