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