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",