Browse Source

added start/stop scripts to package.json

develop
Rob Colbert 2 months ago
parent
commit
cc7d5d342a
  1. 4
      package.json

4
package.json

@ -2,6 +2,10 @@
"name": "dtp-n8n-hosting", "name": "dtp-n8n-hosting",
"version": "0.1.0", "version": "0.1.0",
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", "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": [ "keywords": [
"DTP", "DTP",
"n8n", "n8n",

Loading…
Cancel
Save